Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Sharing file systems
Date: Sun, 19 Mar 2006 16:04:07
Message-Id: 20060319155716.646d3a7b@krikkit.digimed.co.uk
In Reply to: [gentoo-user] Sharing file systems by Sumeet Pal Singh
1 On Sun, 19 Mar 2006 17:34:55 +0530, Sumeet Pal Singh wrote:
2
3 > My question is that can sharing /home okay for a long run or will it
4 > lead to problems.
5
6 Sharing the /home partition is fine, sharing a home directory between
7 distros will cause trouble. Even if you fix the permissions problems, by
8 giving the user the same UID on all distros, you'll have trouble when you
9 have different versions of the same software and the configuration files
10 get screwed.
11
12 The solution I have used is to have a separate home directory for each
13 distro, but keeping the same user name and ID. I named them nelz-gentoo,
14 nelz-mandrake etc, to make it easy to keep track. For data you want to
15 share between the distros, I used symlinks like
16 "ln -s ../nelz-gentoo/documents nlez-mandrake/documents".
17
18 Share things like you KDE/GNOME config files and it WILL bite you at some
19 time.
20
21
22 --
23 Neil Bothwick
24
25 Where the system is concerned, you're not allowed to ask `Why?'

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Sharing file systems "Hemmann