ubuntu-eee-coders team mailing list archive
-
ubuntu-eee-coders team
-
Mailing list archive
-
Message #00599
Re: [Question #44555]: Mounting issues post 8.04.1 EEE install
Question #44555 on Ubuntu Eee changed:
https://answers.launchpad.net/ubuntu-eee/+question/44555
Adam McDaniel posted a new comment:
If you mount /dev/sdb1 as /home, you do need a sub-directory already created that matches your userid already created on the drive before you reboot. Otherwise I can see how you'd get those errors ;)
/etc/fstab should include the line:
/dev/sdb1 /home ext3 defaults,noatime,errors=remount-ro 0
1
Alternatively, one can mount /dev/sdb1 as /home/<userid> you won't need
a sub folder. So, assuming your userid is "adamm"... /etc/fstab should
include the line:
/dev/sdb1 /home/adamm ext3 defaults,noatime,errors=remount-ro
0 1
Hope this helps :)
--
You received this question notification because you are a member of
Ubuntu Eee Coders, which is an answer contact for Ubuntu Eee.