On 17Apr2019 18:43, Tom Horsley <horsley1953@xxxxxxxxx> 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 <cs@xxxxxxxxxx>
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx