alphapuggle

joined 1 year ago
[–] [email protected] 14 points 1 month ago (1 children)

Kentucky fried human

[–] [email protected] 36 points 1 month ago (3 children)

Aaron Schwartz killed himself over punishments for less

[–] [email protected] 1 points 1 month ago (1 children)

Interesting, both of my F40 installs with btrfs only have a root folder, but it looks like yours has created separate ones for /, /home, and /boot. run ll /mnt/boot; ll /mnt/home; ll /mnt/root so I can take a quick look at where things are located. My best guess is that sda1 gets mounted to /mnt/boot, while everything else (/dev, /sys, etc) gets mounted to /mnt/root

[–] [email protected] 1 points 1 month ago (3 children)

Since you're using btrfs, there is likely another subfolder under /mnt. ll /mnt will tell you this, but the drive isn't still mounted from the other day. When you're mounting the EFI partition, you're going to want to mount it to that folder, and not /mnt itself (/mnt/root/boot/efi, instead of /mnt/boot/efi) same for the binds (/dev, /proc, /run, etc)

[–] [email protected] 4 points 1 month ago

Yup, should be the same release, just using a different token and therefore needs approved separately

[–] [email protected] 13 points 1 month ago (2 children)

Ugh they didn't keep the same oauth flow so I have to get IT to approve it again for Outlook

[–] [email protected] 6 points 1 month ago (1 children)

Oh absolutely, my account has been overwritten (as if that does anything ) and deleted for over a year now.

[–] [email protected] 12 points 1 month ago

Took me wayy too long to realize this is just "Randolph"

[–] [email protected] 46 points 1 month ago (6 children)

“While we are making this change to ensure users’ expectations regarding a community’s access do not suddenly change, protest is allowed on Reddit,” writes Nestler. “We want to hear from you when you think Reddit is making decisions that are not in your communities’ best interests. But if a protest crosses the line into harming redditors and Reddit, we’ll step in.”

Yall have very clearly demonstrated that you do not care about the communities best interest, and you have no interest in hearing what we think. Fuck Spez and good riddance to reddit

[–] [email protected] 1 points 1 month ago (6 children)

Could you send me the output of lsblk -no FSTYPE /dev/sda3 and ll /mnt?

[–] [email protected] 1 points 1 month ago (8 children)

Apologies, I think I got a bit ahead of myself in the description.
Once you've determined which partition is which (in your case, /dev/sda1 does appear to be the EFI partition, and /dev/sda3 appears to be your root partition), you need to mount them in this order

mount /dev/sda3 /mnt
mount /dev/sda1 /mnt/boot/efi

view more: ‹ prev next ›