On Fri, 16 Aug 2019 13:18:03 +0100
Patrick O'Callaghan wrote:

> PS Suggestions on how to move /var without all this jiggery-pokery are
> also welcome.

What you want is a "bind" mount. Something like this:

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

I use this to put /home on a bigger disk than the OS was installed on
(and recover /home from previous installs since /zooty/home hangs around).

Of course, I have no idea if something during boot might want
/var prior to even looking at the fstab, so this might not work.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
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