LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 02-25-2004, 08:57 AM   #1
b_cmorgan
LQ Newbie
 
Registered: Feb 2004
Location: nova Scotia , Canada
Distribution: Knoppix
Posts: 11

Rep: Reputation: 0
dual HDD/ one with knoppix , one with win2k


Hey all,

I'm new to this site and new to linux, can't wait to get started using it and hopefully get rid of my windows o/s completley

anyways here goes, i'm building a new computer for myself and i want to put two hard drives in it , one with win2k and the other with Knoppix on it, my question is , how do i go about installing the knoppix on it's own drive and being able to select in between o/s's at boot. The windows o/s install will not be an issue , linux .........not sure .....any help/suggestions would be appreciated greatly

Thanks
Barry
 
Old 02-25-2004, 11:06 AM   #2
Rounan
Member
 
Registered: Jun 2003
Location: Ontario
Distribution: Ubuntu, Gentoo, Debian
Posts: 416

Rep: Reputation: 30
If you're going to be building this system from scratch, and are planning on getting two hard drives, look into some RAID controllers - might be better to link the drives together for better performance. It woudl be slightly harder to configure, though.
Even for two seperate drives, it would be a good thing to distribute your OS's over both drives - no sense having one HDD sitting there mostly idle while the other thrashes away, especially if you're hoping to kill Windoze altogether.
Check this thread for some help on partitioning:
http://www.linuxquestions.org/questi...hreadid=142529

As for install guides.... they're a dime a dozen and no one here is going to type one out. For knoppix-specific, check their website. Google is your best friend, and we'll help with the details.

--Rounan

(hey, way to be from Canada, eh? )
 
Old 02-25-2004, 11:27 AM   #3
b_cmorgan
LQ Newbie
 
Registered: Feb 2004
Location: nova Scotia , Canada
Distribution: Knoppix
Posts: 11

Original Poster
Rep: Reputation: 0
hey hey,

appreciate the reply , but i got a question, why would i want to partition anything if i'm going to use two HDD"s , Raid?

it's gonna be a while before windows is gone, if ever, since i'm not the only person using the pc (wife) but what i wanted to know more than anything is if it is going to be different than just actually installing two o/s's on both drives and then changing the boot sequence to switch? that's my plan on doing it , one of the drives is in my current pc as well if that matters ,


Barry
 
Old 02-25-2004, 11:42 AM   #4
Rounan
Member
 
Registered: Jun 2003
Location: Ontario
Distribution: Ubuntu, Gentoo, Debian
Posts: 416

Rep: Reputation: 30
Short answer: performance.

Longer answer:
If you're running a system with Linux entirely on one drive and Windoze entirely on another, at any given time you're only using one hard drive - half the system's I/O.

If, instead, you have both OS's spread over both disks - particularly, keeping Windows and some linux partitions on one disk, and the rest of Linux plus any common files (music, video, anything both OS's would access) on the other - then at least sometimes you're using BOTH disks.
If you're using Windows, it's reading music files from a seperate drive - so opening a program while running winamp in the background will take less time.
In linux, the benefits are even greater - read the thread I linked to to find out why.

RAID (redundant array of inexpensive disks) is the next step - rather than keeping different files seperate on different disks, RAID lets you keep EVERY file on BOTH disks. Instead of writing a whole file to one disk or the other, a RAID controller treats both disks like one block, and writes the file to both at once, in little "stripes". This way, anytime you're doing disk I/O, you're using both drives - optimum performance.
This is mostly only necessary for servers or other applications that are really disk-dependant, it can be done in software or hardware (hardware being faster but more expensive), and is somewhat more difficult to configure.

In other words, you probably don't need RAID (but it'd be faster, regardless), but splitting up your partitions is a very good idea.

--Rounan
 
Old 02-25-2004, 12:54 PM   #5
b_cmorgan
LQ Newbie
 
Registered: Feb 2004
Location: nova Scotia , Canada
Distribution: Knoppix
Posts: 11

Original Poster
Rep: Reputation: 0
sounds good , but i actually want both drives completely sepearate so that nothing affects either one, i want them to be like two different computers basicaly is what i mean, am i going to be able to do this the same as installing it on two computers , one with windoz and the other with linux and switch between them by changing my boot sequence?
 
Old 02-25-2004, 01:06 PM   #6
Rounan
Member
 
Registered: Jun 2003
Location: Ontario
Distribution: Ubuntu, Gentoo, Debian
Posts: 416

Rep: Reputation: 30
... don't know why you'd want that unless you plan on swapping out the drives to other computers. No advantage otherwise, just performance going to waste. But hey, it's your box.

All you'd need to do is exactly what you described - install 'Doze on one HD, Linux on the other, and use lilo or grub to switch between OS's at boot.

--Rounan
 
Old 02-25-2004, 01:23 PM   #7
b_cmorgan
LQ Newbie
 
Registered: Feb 2004
Location: nova Scotia , Canada
Distribution: Knoppix
Posts: 11

Original Poster
Rep: Reputation: 0
ya i dunno , it's a me thing i guess (i'm fucked, j/k) so using the bios to switch between drives, do you think that will work , can you explain this lilo or grug to me , ........man i'm so new to this linux stuff and never dual booted any way before, don't want to annoy ya, just trying to get some facts


Thanks
Barry
 
Old 02-25-2004, 01:31 PM   #8
Rounan
Member
 
Registered: Jun 2003
Location: Ontario
Distribution: Ubuntu, Gentoo, Debian
Posts: 416

Rep: Reputation: 30
using the BIOS might work, but would be very cumbersome - you'd have to interrupt the boot sequence with F1 every time, navigate through the menus, change the boot order, and reboot.
LILO and Grub are bootloaders - very small programs that are stored in the MBR, and bring up a menu on boot that allows you to choose which OS to boot into every time you restart.
Simple idea and easy to configure.

Google for more if you're interested.

--Rounan
 
Old 02-25-2004, 01:33 PM   #9
b_cmorgan
LQ Newbie
 
Registered: Feb 2004
Location: nova Scotia , Canada
Distribution: Knoppix
Posts: 11

Original Poster
Rep: Reputation: 0
sweet!, sounds like that's the way i'll go then fer sure, and that will work ok with my dual hdd setup eh? any one better than the other?


barry
 
Old 02-25-2004, 01:36 PM   #10
Rounan
Member
 
Registered: Jun 2003
Location: Ontario
Distribution: Ubuntu, Gentoo, Debian
Posts: 416

Rep: Reputation: 30
Grub's more advanced.
Lilo's easier to set up.

Both will work for your configuration, and since all you're looking for is a simple "Windows/Linux" switch, I'd recommend LILO. That's what I use. That's what many distros install by default.

--Rounan
 
Old 02-25-2004, 02:07 PM   #11
b_cmorgan
LQ Newbie
 
Registered: Feb 2004
Location: nova Scotia , Canada
Distribution: Knoppix
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks eh , Will advise,

Barry
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a step by step instruction to dual boot knoppix and XP on the 1 hdd Andrewt84 Linux - Newbie 2 10-11-2005 06:41 AM
Moving root from a dual-boot HDD to a new HDD Androoski SUSE / openSUSE 1 05-13-2005 10:34 PM
Dual HDD Interface Problem, Linux on SATA, NTFS Part on IDE HDD LILO Not Loading Blade44 Linux - Hardware 2 02-01-2005 06:56 PM
Win2K/Suse 9.0 2 HDD Dual boot issue Larsin Linux - Hardware 3 02-17-2004 10:00 PM
Trying to Dual boot with win2k and knoppix b_morgan General 1 08-12-2003 03:59 PM

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

All times are GMT -5. The time now is 06:26 AM.

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