Christopher J. Bottaro wrote:
I usually ignore that comment about fstab-sync and edit it anyway... Never had any issues...When I installed FC3, I forgot to set /dev/sda6 to be /home. How do I edit /etc/fstab to do this (i.e. mount /dev/sda6 to /home when the system boots)? There is a comment in /etc/fstab that says something about fstab-sync...should I be concerned with this?
Thank you.
Just make a copy of the line that defines the root partition and in the copy , change LABEL=/ to LABEL=/home and the mount point to /home ...
Then it's a matter of doing mount /home and it'll be available to you...
-- Pedro Macedo