Results 1 to 6 of 6
i have three distros Debian, FC5 and Slackware on my box and now I want to have the same /home partition for all them. Right now all them have it's ...
- 09-12-2006 #1
Create new /home
i have three distros Debian, FC5 and Slackware on my box and now I want to have the same /home partition for all them. Right now all them have it's own folder inside root folder. I have a spare 7 GB (enough for me) spare partition for this. But I dont know how to merge them and keep all my setting stored in dot* folders.
I thought something about rsync but not sure.
If matters Debian has Gnome, Slackware have KDE, and Fedora Gnome.Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 09-12-2006 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
I think is not a good idea. But it's your decision.
copy the contents of your home directory to the partition what you want use as home.
edit the /etc/fstab and mount the partition to the /home directory on the root filsystem and set this partition automatic mount on this partition.
- 09-12-2006 #3
Hi Juan !!!
i disagree with iwanabeguru. i have separate Home partition and i think its the best way........ its common home for all six distros i have.
follow this tutorial for creating new /home
best of luck !
.... casper ....It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-12-2006 #4Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,116
Hi.
I have worried about this and related issues for years. I have found inspiration in Maris Blais' innovation in Portable Unix Configuration.
A colleague and I have a sourceforge project to make this available is a general form, but we do not have anything ready for public consumption at this point. Our project aims at the peripatetic consultant who wishes to carry his software toolbox with him, and has worked, is working, and will work on different platforms (OS, hardware). Our design is does not merge configuration files, as you can see from Blais' description, but rather keeps them happily separate. The real magic lies in the simplicity -- it is the setting of the PATH variable based on architecture that makes it work.
Think of GNU's config.guess. On the system I using now, it returns i686-pc-linux-gnu. So that is used as a directory name under which all files that are peculiar to that system will be located. Other signatures produce other strings, so you can have several platforms in a single master hierarchy.
Our project provides a few scripts to cause this all to come into existence. In my prototype system I have the following platforms:
We've had to deal with issues like the structure (do we keep source in the tree, etc), names, license (GNU, BSD, etc), etc. My colleague has implemented much of it for his immediate testing, including on cygwin.Code:i686-pc-linux-gnu/ powerpc-apple-darwin7.9.0/ sparc-sun-solaris2.8/ x86_64-unknown-linux-gnu/
Regrettably I have no estimate for when we will be ready for a release, but you can read over Blais' description and possibly get something to use now from that.
Best wishes ... cheers, drl (20)Welcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )
- 09-12-2006 #5Linux User
- Join Date
- Feb 2006
- Posts
- 484
I agree , this is the best way for home. i just think mixing some diferent distros home , it's not a good idea.
Originally Posted by devils_casper
- 09-12-2006 #6
I'll maybe just lndir the documents and images folders to each home from the others, i think is the safest way.
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote
