Results 1 to 10 of 15
Hi,
i currently have three distros on one large hard drive, Suse 9.3, Mandriva 2005LE and Gentoo 2005.1.
i'm thinking i may install more distros in the near futur...because i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-27-2005 #1
sharing /home between distros?
Hi,
i currently have three distros on one large hard drive, Suse 9.3, Mandriva 2005LE and Gentoo 2005.1.
i'm thinking i may install more distros in the near futur...because i love variety... and i'm begining to find it annoying to have a /home directory for each distro and having to mount each of these in each distro to transfer files. and then there's the issue of wasted space...
i'm wondering if it's a good idea to use the same /home partition for each of the three (or more) distros?
what kinds of things should i watch out for? what could go wrong?
thanksAvatar from xkcd.com, a hilarious computer related webcomic.
- 09-27-2005 #2Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
I don't think...
IMHO, I don't think it's a good idea...
Think about programs that uses hidden directories to store personal settings and something like that...
Different program versions can handle in different way your user program files (even different binary packages can handle in different ways!!!).
If you use different distros, probably they have different program versions. Maybe everything works, but because user preferences are stored all in the same way for different program versions...
However programs doesn't change their formats in each version, so probably everything will go well...
However you can share the same /home directory using different user name for each distro... this could be a good solution...When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 09-27-2005 #3
Re: I don't think...
currently i have the same username for each distro. but what if i used the same /home partition but for each of my users, gave it a different home directory?
Originally Posted by burnit
for example:
in suse:
-username: me
-home folder: /home/me
in mandriva:
-username: me
-username: /home/me2
in gentoo:
-username: me
-username: /home/me3
would that work?Avatar from xkcd.com, a hilarious computer related webcomic.
- 09-27-2005 #4
Seems like it should work in theory. But if you're going to give them different subdirectories anyway, why bother with having them share /home?
- 09-27-2005 #5Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
I've shared a home directory between distros. It saved quite a lot of time. The worst problem was not having some kicker applets installed in one distro.
- 09-27-2005 #6
And how did it save time? I'm very curious.
- 09-28-2005 #7Banned
- Join Date
- Jul 2004
- Posts
- 947
if you have like your irssi config file set up
Originally Posted by anomie
you dont need to re make it etc, same with folders for like xmms themes etc etc
- 09-28-2005 #8Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Re: I don't think...
I think that's a clever solution and I think it would work fine. Of course you would have another directory under /home/ for storing files that you create or whatever as opposed to files created by the OS and that directory would be shared by each of the "users". The hard part is that during an install, the OS would need to disregard that /home partition so it won't get over-written. After installation you would move the /home/user directory in your newest OS into a new directory in the /home partition so that the /home directory would simply be a mountpoint for the /home partition.
Originally Posted by jpalfree
Another alternative is simply to have a personal files partition that you would mount to your /home/currentuser directory, making sure that things get stored under /home/currentuser/personalstuff and not under /home/currentuser where they would not be accessible from another distro./IMHO
//got nothin'
///this use to look better
- 09-28-2005 #9
for some reason i'm having a bit of trouble with my solution...
i have copied "/home/me" in gentoo (sda9) to my suse home partition: "/home/me_gentoo" (which is really "sda7/me_gentoo")
I then changed my gentoo user to have the home directory "/home/me_gentoo".
then in /etc/fstab added:
/dev/sda7 /home/me_gentoo reiserfs defaults,noatime 0 0
then rebooted
things were strange... gdm didn't automatically log me in to kde... instead it was a different gui that i'm not familiar with... also before getting to this gui, there was some popup window with buttons like "load session" "save session" etc... i don't know what this was all about...
i changed my home directory back and commented out the fstab entry... and now everything is as it was before.
could someone explain what is going on?Avatar from xkcd.com, a hilarious computer related webcomic.
- 09-28-2005 #10So this assumes you're using same software / versions across all distros, no?if you have like your irssi config file set up
you dont need to re make it etc, same with folders for like xmms themes etc etc
Also, this is not really applicable for the OP who is looking into different user directories under /home for each.



