Solar Granulation
2009-03-26 10:49:28 UTC
I want every user to have easy access to their documents from any distro running. For instance, I want "/home/user1/Documents" in openSUSE to point to the same place as "/home/user1/Documents" in Gentoo, while neither of these should be the same directory as "/home/user2/Documents". Naturally, "/home/user1" in openSUSE must be a different directory from "/home/user1" in Gentoo.
Ideally I want a partition which houses the Documents directories. It should retain the permissions of each user, their own files accessible only through their own home/Documents directory. So, for instance...
/dev/hda3 as /home under openSUSE
/dev/sda3 as /home under Gentoo
/dev/hda4 as /home/*/Documents under both openSUSE and Gentoo
Is this possible? Without symlinks? Alternatively, would it be possible to define a new directory set similar to /home/* - something like /documents/* - which could have its own partition as one expects for /home/*
I hope all this makes sense!