Uh oh!
There was an error while loading. Please reload this page.
Added note for users to test fstab before rebooting - #904
Added note for users to test fstab before rebooting#904SyntaxError2505 wants to merge 2 commits into
Conversation
Added instructions for running 'mount -a' to check fstab issues and enabled TRIM for LVM by modifying lvm.conf.
classabbyamp
commented
Jul 17, 2026
this will cause partitions to get mounted over the existing mount in the live environment. |
SyntaxError2505
commented
Jul 17, 2026
Do you mean that this will break if ran in the live environment? I have installed void linux and use this to test fstab. mount -a will only mount partitions mentioned in fstab and it wouldn't make sense that the live environment usb is inside. Please explain further |
classabbyamp
commented
Jul 17, 2026
well, I guess it's not as bad as I was thinking, but per It'd be good to add a similar note in other places where the fstab is created/edited. btw, you can ignore the link check failure, that's unrelated to your change |
SyntaxError2505
commented
Jul 17, 2026
Yep. So you add the notes? I've only noticed fstab being mentioned here. Mount -a is how Google did it when I finally ran into a problem with fstab |
SyntaxError2505
commented
Jul 21, 2026
Fixed it for you. Also tried to fix the style thing |
Added instructions for running 'mount -a' to check fstab issues. This can help users at not having to trouble shoot in a scary recovery mode.