ubuntu-eee-coders team mailing list archive
-
ubuntu-eee-coders team
-
Mailing list archive
-
Message #01147
Re: [Question #46718]: How to use 32gb ssd? (Eee PC 1000)
Question #46718 on Ubuntu Eee changed:
https://answers.launchpad.net/ubuntu-eee/+question/46718
PJO proposed the following answer:
Oops. Sorry, I pasted the wrong line for 6 above. It was supposed to be
1. sudo su (obtain root priv)
2. mv /home /home.bak
3. mkdir /home
4. mount -t ext3 /dev/sdb1 /home
5. cp -a /home.bak/* /home
6. add "/dev/sdb1 /home ext3 nodev,nosuid 0 2" to /etc/fstab
Here's what Adam McDaniel, who created the modfied Ubuntu kernel that
Ubuntu-eee uses, listed in another answer for the fstab edit
/dev/sdb1 /home ext3 defaults,noatime,errors=remount-ro 0 1
Good luck
--
You received this question notification because you are a member of
Ubuntu Eee Coders, which is an answer contact for Ubuntu Eee.