I created a partition in my hard disk for my data (documents, multimedia, etc.). How can I:

  1. Move the /home/ directory to the new partition
  2. Make the OS (Ubuntu Linux) treat that directory as the default /home/.
link|improve this question

36% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Basically, you just move all the stuff in /home to the new partition and then mount that partition at /home by editing the /etc/fstab file.

See here for a walk through.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.