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.
|
this will cause partitions to get mounted over the existing mount in the live environment. |
|
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 |
|
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 |
|
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 |
|
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.