Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 06 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 06

Look, create a new home where you want it, copy over the old home, and update
your fstab.

e.g. If home is currently /home and you want to move it to /usr/home:

# mkdir /usr/home
# cd /home
# tar cf - . | (cd /usr/home; tar xf -)
# vi /etc/fstab

Edit the location of /home if there is an entry for it.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How can I move the home to it's own partition Or get search suggestion and latest updates.


Tagged: