I want to make my /home folder on a separate partition on my harddrive. How can I do that, if there is a way?
Asked
Active
Viewed 6,455 times
1 Answers
3
Check out the howto: https://help.ubuntu.com/community/Partitioning/Home/Moving
The basic steps are as follows:
Setup your new partition
Backup and edit your
fstabto mount the new partition as/media/home(just for the time being) and reboot.- Use
rsyncto migrate all data from/homeinto/media/home. - Edit
fstabagain so the new partition mounts as/homeinstead of/media/homebut not reboot just yet. - Move
/hometo/old_homeand reboot - Delete
/old_home.
Radu Rădeanu
- 174,089
- 51
- 332
- 407