Hey people! It seems I have some really messed up fstab or anything else, as Windows tried to do “disk repair”.
Now after decrypting my LUKS storage it seems is tries to mount a nonexistent Windows partition and always fails.
I am using default BTRFS on Fedora Kinoite.
Has anyone an idea how to fix this? Thanks!
Update, Solution found!
I literally had the external Windows drive mounted to a subdirectory of Home, so as it wasnt there for some weird reason nothing loaded?
Will try to use the nofail
flag, thanks @rotopenguin@infosec.pub for the tip!
Adding a “nofail” flag to the fstab is an option, too.
Dude what! How have I never known about this after using Linux for so long
thanks! Could you give me an example line, where to put that? Its the solution I like most
It goes in the fourth column of the fstab, so like
/dev/disk/by-label/Butts /mnt/pants buttfs defaults,nofail,subvol=@ss 0 0
(love too eat spaces and any other attempt at formatting text)
Thanks!
/dev/disk/by-label/Butts /mnt/pants buttfs defaults,nofail,subvol=@ss 0 0