These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for The module could not find the mount point for your home directories filesystem /home. Quotas editing has been disabled. on the new forum.
Howdy,
It sounds like there's no entry for the "/" mountpoint in /etc/fstab.
You may want to take the one from /etc/mtab and put it into /etc/fstab, and see if that resolves the problem you're seeing.
-Eric
That didn't work, unless I did something wrong. The last line in the fstab was copied over from mtab.
root@box:~# cat /etc/fstab
proc /proc proc defaults 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /run/shm tmpfs defaults 0 0 /dev/simfs / simfs rw,relatime 0 0
Did I copy the wrong line? I also rebooted after making the changes.
root@box:~# cat /etc/mtab
/dev/simfs / simfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0
none /dev devtmpfs rw,relatime 0 0
none /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
none /run tmpfs rw,nosuid,noexec,relatime,size=3278288k,mode=755 0 0
none /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
none /run/shm tmpfs rw,relatime 0 0
So, first make a backup of /etc/fstab... but does it help to copy the full mtab over the fstab?
You can do that with:
cp /etc/mtab /etc/fstab