LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-05-2004, 02:18 PM   #1
dave247
Member
 
Registered: May 2004
Posts: 206

Rep: Reputation: 30
Multiple linux distros on one system?


I was wondering if it is possible to have multiple linux distros on one hard drive/computer system.

I would like to have Suse, fdc, redhat, debian, and what ever else on my computer.

Is this possible? Is this safe? I dont see why not. But I am a newb.

I also would have xp loaded first.

Last edited by dave247; 05-05-2004 at 02:25 PM.
 
Old 05-05-2004, 02:30 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
sure, if your HD space just can do it...you'll need quite a lot of it
 
Old 05-05-2004, 02:31 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Sure is possible. Depending on how good you
are with linux you could have them share a home
and var partition, or just the swapper.



Cheers,
Tink
 
Old 05-05-2004, 02:36 PM   #4
dave247
Member
 
Registered: May 2004
Posts: 206

Original Poster
Rep: Reputation: 30
yeah I got an 80 gig so Im all good.

I was thinking about having them all share the home folder but im not sure how to go about doing all this right. Can you give me a link or explain?

Otherwise, I will just make a bunch of partitions or something...and install each linux on them.

But whats the best way to do this that efficintly utalizes hd space and provents errors?
 
Old 05-05-2004, 03:20 PM   #5
Burgin
Member
 
Registered: Apr 2004
Posts: 54

Rep: Reputation: 15
I hate to do a ¨me too¨ post, but I was wondering specifically about any caveats of having multiple distros share a /home partition. It seems pretty trivial to just do it. It´s possible that the same user might have different passwords for each installed distribution. Just have to keep that straight.
 
Old 05-05-2004, 03:32 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
For a hsared /home all you need to do is keep the
numerical user-id in all distro's in sync ...
/etc/passwd
/etc/shadow

They do differ. Some distro's will start counting
at 500, other's at 1000, bear that in mind when
setting the users up.



Cheers,
Tink
 
Old 05-06-2004, 08:43 AM   #7
dave247
Member
 
Registered: May 2004
Posts: 206

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Tinkster
For a hsared /home all you need to do is keep the
numerical user-id in all distro's in sync ...
/etc/passwd
/etc/shadow

They do differ. Some distro's will start counting
at 500, other's at 1000, bear that in mind when
setting the users up.

I dont fully understand.
 
Old 05-06-2004, 09:16 AM   #8
Burgin
Member
 
Registered: Apr 2004
Posts: 54

Rep: Reputation: 15
/etc/password seems straight forward but I´m not so sure about shadow. I know we´re supposed to RTFM but I haven´t quite got to that part yet
 
Old 05-06-2004, 02:11 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Well, the numerical user-id's are what matters in the
file-system, not the names you give a user. Therefore,
if you have a user johndoe in one distro be 500, and
1000 in the next, the poor thing won't have permissions
to use /home/johndoe in one of them. And as for
passwd and shadow - they need to be in sync. passwd
stores the basic user information, shadow the password
and expiration information and such ...
man 5 passwd
man 5 shadow


Cheers,
Tink
 
Old 05-09-2004, 08:09 AM   #10
dave247
Member
 
Registered: May 2004
Posts: 206

Original Poster
Rep: Reputation: 30
Can you give me a guide that explains what all this means and how to do it?
 
Old 05-09-2004, 02:03 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
If we were in the south-east of Germany I'd say
"Do faits vom Boa weg" :}

Read this one:
http://tille.soti.org/training/tldp/

And probably this one as well:
http://www.icon.co.za/~psheer/book/index.html.gz


Cheers,
Tink
 
Old 05-09-2004, 05:17 PM   #12
dave247
Member
 
Registered: May 2004
Posts: 206

Original Poster
Rep: Reputation: 30
i went to babblefish and that translated means: "DO faits away from the Boa"

whatever that means...*chuckles*

thanks for the links yo!
 
Old 05-09-2004, 05:24 PM   #13
dave247
Member
 
Registered: May 2004
Posts: 206

Original Poster
Rep: Reputation: 30
okay I know most of that stuff. Where specifically do I need to look for the info on installing multiple Linux distros and haveing them share a home folder?
 
Old 05-09-2004, 06:07 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Mate, if you know all of rute and Machtelt's stuff
you should be able to understand
man 5 passwd
man 5 shadow
as well, and I don't need to elaborate on that ;)


Cheers,
Tink
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration