Quote:
Originally Posted by plr4ever Does anyone have a recommendation as to which directories to share b/w distros. |
/tmp and /var/tmp can be shared without problems. In fact, most distros clean those on startup. I go one step above that and just symlink /tmp to /var/tmp
If you like to compile your own kernel, you can also store it under /usr/src/ and share that partition as well. You can also share the home partition, but I would use a different user for each distro, since you can have problems sharing some configs on different versions of some programs amongst different distros.
Quote:
|
and I was planning on putting openSUSE on the free space, but want to know what other directories to make accessible to both(i.e. /etc) so all my programs can be shared, or at least their prefs. ( i know that debs and rpms aren't compatible). I would like to keep both distros as synced as possible, if possible.
|
Not advisable. Sharing /etc between many distros can give you serious trouble. Keep in mind that each distro's package manager will overwrite files on its own, and that include files under /etc. Anyway, it's not a big directory, and it's preferable to have a different /etc on each distro.