On 17Apr2019 18:43, Tom Horsley <horsley1...@gmail.com> wrote:
On Thu, 18 Apr 2019 10:07:37 +1200
Seth Kenlon wrote:

> > * reboot * rsync my backed-up home dir to my new home dir location.

My technique is to have home on a separate disk
and just change /home in the install partition to a bind mount
of home from the other disk (rename the installed /home and make
a new empty /home mountpoint first).

This line in my fstab does it:

/zooty/home             /home               none    rw,bind         0 0

Historically I've done this kind of thing with a symlink:

 mv /home /home.orig
 ln -s /zooty/home /

Is there an advantage to doing this with a mount?

Cheers,
Cameron Simpson <c...@cskk.id.au>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to