LinuxQuestions.org
Help answer threads with 0 replies.
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 07-27-2002, 09:28 AM   #1
darkangel
LQ Newbie
 
Registered: Feb 2002
Location: US of A
Distribution: RH/Debian
Posts: 18

Rep: Reputation: 0
Question multiple OS on single HDD


Hi Everybody,
I am planning to install multiple OS's on my computer i.e. Redhat Linux, Debian Linux, WinXP and Win2000(80GB HDD). So I was looking for some beginner and intermediate level documentation/tutorials on the subject. Any links to tools which would help me do the partioning/formatting are most welcome. I would be very grateful if some of you could help out here. Thanks in advance.


DA
 
Old 07-27-2002, 09:58 AM   #2
A-dummy
Member
 
Registered: Jun 2002
Location: Kanpur,India
Distribution: RH-7.0 , 7.3
Posts: 130

Rep: Reputation: 15
www.tldp.org is just the right answer......search for HOWTOS on that site.....
 
Old 07-27-2002, 02:32 PM   #3
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
To make things easy, repartition your HD as follows:

[ fat32, 5gig ][ ntfs, 10gig ][ ntfs, 10gig ][ emtpy 15gig]

Install 2K, XP, Debian & finally Redhat.
Install lilo/grubs on /dev/hda3 & 4
Make bootdiscs

Then read the other thread "2k & Linux" for instructions on multibooting.

http://www.linuxquestions.org/questi...threadid=26656

Last edited by jetblackz; 07-27-2002 at 02:33 PM.
 
Old 07-28-2002, 04:05 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Excellent explanation! The only 2 things I would add/change is allow less space for NTFS, maybe 5GB per OS so something like:
[fat32, 30 GB] [ntfs, 5 GB] [ntfs, 5 GB] [empty 40GB]

Fat for filesharing between OS's and for filebackup, etc on winbloze, ntfs for w2k and XP installs, and software additions, empty 40 for Any linux distros and files for them.

And when you install, do install both Winbloze first, and then linux, but put lilo (I would suggest using lilo, but that is simply personal preference) into the MBR, and use lilo to boot all the OS's. Just an example, the bottom half of your lilo.conf would look something like:
image = /boot/vmlinuz.rh
label = RedHat
root = /dev/hdb2

other = /dev/hda1
label = 2K

image = /boot/vmlinuz.debian
root = /dev/hdb1
label = Debian
read-only

other = /dev/hda2
label = XP

And then you could pick which one to boot, no floppies needed.

Cool

Last edited by MasterC; 07-28-2002 at 04:06 AM.
 
Old 07-28-2002, 06:13 AM   #5
darkangel
LQ Newbie
 
Registered: Feb 2002
Location: US of A
Distribution: RH/Debian
Posts: 18

Original Poster
Rep: Reputation: 0
Thank you all for the excellent replies. I will read up and post for any clarifications if necessary.

DA
 
Old 07-28-2002, 04:21 PM   #6
darkangel
LQ Newbie
 
Registered: Feb 2002
Location: US of A
Distribution: RH/Debian
Posts: 18

Original Poster
Rep: Reputation: 0
Question query

Thanks to your links, I have a fair idea abt the partitioning process now.
#1. I just wanted to know if Redhat Linux 7.1 has any problem in reading / writing to a NTFS partition.
#2. And I will be installing XP,Win2K and then Linux. I would like to use LILO as my boot manager. So I need to know if Linux will have any problem in writing to the MBR overwriting whatever XP and Win2K wrote on it earlier.

Thanks
DA
 
Old 07-28-2002, 04:36 PM   #7
LinuxHaven
Member
 
Registered: Jul 2002
Posts: 35

Rep: Reputation: 15
In response to your first question, Linux has trouble writing to a NTFS partition and may eat your data. This is in part to Microsoft not releasing any data publicly on how their NTFS system works. As a result, people who want to write drivers for NTFS has to experimentally hack it to see what works and what doesn't.

If you think about it, companies like Symantec must know how NTFS works before writing Speedisk or Disk Doctor utilities, probably under a Non-Disclosure Agreement. I wonder why Micro$oft doesn't release this data to the Linux folks--the little Penguin that could. Enough sidetracking...

If you must enable NTFS, use it as read-only. Alternatively, if you want to share data between NTFS and ext3, use a FAT32 as the transfer medium. Linux has no trouble reading and writing FAT32. NTFS is, after all, much more complicated, compared to FAT32.
 
Old 08-31-2002, 01:35 PM   #8
kasyap_v
LQ Newbie
 
Registered: Aug 2002
Posts: 1

Rep: Reputation: 0
Quote:
Originally posted by jetblackz
To make things easy, repartition your HD as follows:

[ fat32, 5gig ][ ntfs, 10gig ][ ntfs, 10gig ][ emtpy 15gig]

Install 2K, XP, Debian & finally Redhat.
Install lilo/grubs on /dev/hda3 & 4
Make bootdiscs

Then read the other thread "2k & Linux" for instructions on multibooting.

http://www.linuxquestions.org/questi...threadid=26656
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unorthodox Multi-boot on Multiflavor System on single sata hdd neoezekiel Linux - Software 2 12-03-2006 09:28 PM
ntldr.exe missing after install RH AS 3.0 in single SCSI HDD. scchiw Linux - General 1 09-20-2004 11:21 AM
single IP multiple services mchitrakar Linux - Networking 4 06-02-2004 07:58 PM
Getting multiple consoles on single login Mork Linux - General 7 06-02-2004 02:21 AM
Single IP Multiple Domain H.K.Shahid Linux - Networking 1 09-06-2003 02:08 PM

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

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