fsck(8) has not been successfully run on my computer for several years.
@0x6e6174 every time i think to run it i get yelled at that i can’t do it on a mounted and actively used partition so i tell myself i’ll reboot into a live image and then i just forget to do it
@9pfs well you see my /etc/fstab contains an incorrect uuid for the root partition. that doesn't matter though because my fstab doesn't really do anything other than mount /home. / gets mounted by the kernel
@9pfs if I got rid of the bogus uuid and unmounted everything it would probably work
@puppygirlhornypost2 consider: copy / to ram and then unmount the root partition
@0x6e6174 consider: i don’t have a separate /home partition nor do i have 2tb of ram available to me
😭
@puppygirlhornypost2 o right I forget some people don't have separate root partitions
@0x6e6174 i really should fix this. i use luks+lvm and manually partition it (because i use both gentoo and fedora which have no sort of automatic installer for that). it’s not like it’s unheard of for me, especially because i also do EFI & swap partitions manually
@puppygirlhornypost2 having a separate home partition is very nice. this home partition has been with me 7 years.
@0x6e6174 nothing is stopping me from shrinking my root partition using lvm and then making another one for /home except my sheer laziness and inability to remember this conversation 5 minutes from now
@0x6e6174 isn't that going to break your system and take away fsck.whatever
@9pfs plausibly I could make the init system copy / to ram, chroot in to the root in ram, unmount and fsck the root partition on disk from there, and then remount that partition
@9pfs I don't really care to do that, though; fsck isn't remotely necessary
@9pfs I have never had any issues with corruption of files, even though all my partitions are ext4.
@9pfs even with a computer that randomly fucking freezes sometimes