LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-28-2007, 01:12 PM   #1
JM11
LQ Newbie
 
Registered: Jan 2007
Location: UK
Distribution: Slackware 11
Posts: 24

Rep: Reputation: 15
Running Multiple Linux OS's Help


Hi,

Im thinking of running Windows, Slackware, and Ubuntu on my laptop in a triple boot configuration.
I understand that i should install windows first otherwise it will erase the current bootloader, but what im not sure about is the partition scheme for the two linux OS's. Should i be sharing partitions between the two linux systems such as (/home, /swap etc..) or will i have to make the same partitions twice for both linux OS's?

Thanks.
 
Old 05-28-2007, 01:15 PM   #2
Ha1f
Member
 
Registered: Jun 2005
Location: University of Maryland
Distribution: FreeBSD
Posts: 268

Rep: Reputation: 30
You can share partitions if you want. Sharing the home partition might be a pretty good idea.
 
Old 05-28-2007, 01:21 PM   #3
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
The only reason I do not share /home partitions is because it makes it so easy to keep a backup of critical data.
 
Old 05-28-2007, 01:29 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I would have a seperate partition for each OS. You can share swap. Each one have a root partition and if you wish create a seperate home in each OS. I would then create a common partition like a share partition for OSes to share in the event you need to move data from one to the other.

Brian
 
Old 05-28-2007, 01:49 PM   #5
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
i usually share the /home partition (along with swap). it's usually pretty safe as far as user settings, etc. the benefits and ease of keeping most of the same configurations have far outweighed any potential risks or downsides, in my experience. saves on disk space, too.
 
Old 05-28-2007, 09:32 PM   #6
lein
Member
 
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73

Rep: Reputation: 23
I was wondering (always leads to trouble ). If instead of say sharing your /home directory you put the complete OS in / (root). So...
Code:
sda1 Windows     ntfs
sda2 swap       Linux Swap
sda3 Share Data  fat32/ext3
sda5 *nix OS1
sda6 *nix OS2
And within that you'd have a normal structure.
Code:
/boot,
/dev,
/home,
/mnt,
etc.
Then you could auto-mount a separate partition say /sda3 (in this example), into you home directory that contains all your saved data, media, etc. If you did this for each distro they would have user data saved in their corresponding /home directory, but you saved everything into your 'share data' partition.

What do y'all think?
I might actually give that a go.
 
Old 05-29-2007, 10:33 PM   #7
drakebasher
Member
 
Registered: Aug 2004
Location: Proprio Qui
Distribution: Debian
Posts: 85

Rep: Reputation: 16
Quote:
Originally Posted by lein
What do y'all think?
I might actually give that a go.
I think this is the way to go. Config settings aren't touched, valuable files are accessible to all distros. And if you network, the share partition could be exported.

Also, I'd suggest a separate /boot partition of 35Mb or so. You could have the first Linux install to that, putting the bootloader and boot files for that distro on the /boot partition. For the second distro, let the installer create a /boot directory under the root partition. After installation of the second distro, edit the bootloader menu (on the /boot partition) to point to the /boot directory of the second distro. No kidding, it works well. Without a separate /boot partition, you would need to mount the root partition of distro1 under distro2 in order to modify the boot menu, etc from within distro2, and that's a little weird.
 
Old 05-30-2007, 01:52 AM   #8
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Lein - this is the best way to go. There can be some issues just sharing /home, as different versions of the same program will conflict with the settings.

See This page, which I have written about dual-booting Linux distros. Using these ideas, the main boot loader is independent of all the distros, and you can reinstall/upgrade them without losing your main bootloader settings.

I hope this helps
--Ian
 
Old 05-30-2007, 02:07 AM   #9
lein
Member
 
Registered: Jul 2006
Location: Australia
Distribution: Mint 14/16 & Raspbian
Posts: 73

Rep: Reputation: 23
Quote:
Originally Posted by IBall
See This page, which I have written about dual-booting Linux distros. Using these ideas, the main boot loader is independent of all the distros, and you can reinstall/upgrade them without losing your main bootloader settings.

I hope this helps
--Ian
Cheers Ian, that was almost exactly what I was thinking. I have already set up a separate partition for grub after reading saikee's various grub & booting how-to's. I think when I finish with my exams and get some spare time I will finish tidying my system by using a method very similar (if not identical) to yours.

Now all I need to do is figure out these virtual machines and emulators to see what other fun I can have... Another day in the not to distant future I believe.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Linux OS's and Windows XP WolfeBay Linux - Newbie 1 01-30-2005 03:42 PM
Multiple LINUX OS's, same filesystem & accounts? yanger Linux - Distributions 1 06-28-2004 06:41 PM
Running multiple os's on one pc Boudewijn Linux - Software 1 01-15-2004 03:24 PM
using grub to boot multiple linux os's Smerk Linux - Software 9 03-21-2003 12:07 AM
Multiple OS's XxDeadlyxX Linux - Newbie 11 01-18-2003 08:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:35 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