LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-05-2003, 07:59 AM   #1
RAL
LQ Newbie
 
Registered: Aug 2003
Distribution: REDHAT 8.0
Posts: 11

Rep: Reputation: 0
Do 2 harddrives have to be Master/Slave?


I am about to install a Maxtor hard drive. I've read at one site that
Maxtor drives do not like to share with other hard drives on the same cable. Can I put the new drive as secondary master and still dual boot?
 
Old 08-05-2003, 08:08 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
oh yeah that'll be ok, i've never had probelms with maxtor drives complaining, just make sure you set the jumpers correctly.
 
Old 08-05-2003, 08:19 AM   #3
RAL
LQ Newbie
 
Registered: Aug 2003
Distribution: REDHAT 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Do you mean it is OK to do Master/Slave or that it is OK to put new drive on secondary Master.
Randy
 
Old 08-05-2003, 08:28 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
It should work either way.
 
Old 08-05-2003, 08:28 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well both, you should have no reason to have any trouble... put it on secondary slave if you want, should still boot fine.
 
Old 08-05-2003, 10:50 PM   #6
Treat84
LQ Newbie
 
Registered: Jul 2003
Distribution: gentoo
Posts: 12

Rep: Reputation: 0
Can put on hd and a cd on one and the other hd on the other
 
Old 08-05-2003, 11:00 PM   #7
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
You can do almost anything u like regarding Master/Slave settings for Hard Disks.

However, from my experience it is highly UNrecommended that you set a Hard Disk to be a slave to a CD/DVD-ROM/R/RW.

The performance of the disk will be somewhat under par.
 
Old 08-05-2003, 11:41 PM   #8
yowwww
Member
 
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533

Rep: Reputation: 30
I always do things this way:

hda - primary master hard drive
hdb - primary slave hard drive (if a second hd is there)
hdc - cd/dvdrom
hdd - cd burner (would be hdc if no cd/dvd rom is present)

yes, it can be done other ways, but I have found this way best. I always use that configuration when building computers or upgrading my own and it works flawlessly.
 
Old 08-06-2003, 12:48 PM   #9
RAL
LQ Newbie
 
Registered: Aug 2003
Distribution: REDHAT 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
I ended up with Linux=PrimaryMaster, CD Rom=Primary Slave,
Windows=Secondary Master. However Linux isn't finding Windows as yet. I can't put my hard drives close enough to connect them together as Master/Slave. Linux is working fine however. I'm going exploring in the forums now.
Thank You
 
Old 08-06-2003, 12:59 PM   #10
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Windows should be on /dev/hdc1 then.

You will have to re-install grub and put the stanza for windows in your /boot/grub/grub.conf file.

Installing a bootloader
Multiboot with GRUB Mini-HOWTO

Last edited by fancypiper; 08-06-2003 at 01:01 PM.
 
Old 08-06-2003, 01:27 PM   #11
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Woudn't putting the two hard drives on Primary slow things down a bit?
 
Old 08-06-2003, 01:29 PM   #12
RAL
LQ Newbie
 
Registered: Aug 2003
Distribution: REDHAT 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Widows is on hdc1
I tried something that I read in the forums.
Installed Widows on primary hard drive then moved it to secondary master. Then put new hard drive as primary master and installed linux. Did I mess up there?
 
Old 08-06-2003, 02:01 PM   #13
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You haven't messed up. Just install grubon the MBR of hda then change grub.conf to use hdc1 to chainload boot windows.

Quote:
Originally posted by yowwww
I always do things this way:

hda - primary master hard drive
hdb - primary slave hard drive (if a second hd is there)
hdc - cd/dvdrom
hdd - cd burner (would be hdc if no cd/dvd rom is present)

yes, it can be done other ways, but I have found this way best. I always use that configuration when building computers or upgrading my own and it works flawlessly.
This is ok but if you put your cdrw and cdrom on different cables then you will get a fater throughput when copying CDs.
 
Old 08-06-2003, 06:08 PM   #14
Saraev
Member
 
Registered: Apr 2002
Location: Los Gatos, CA
Distribution: boring redhat 9
Posts: 163

Rep: Reputation: 30
Correct me if I'm wrong, but doesn't throwing a CDrom/DVD/burner on the same cable as a hard drive cause the whole cable to run at DMA33 instead of 66/100/133 ? For that reason alone I keep my cd drives on the secondary chain.
 
Old 08-07-2003, 10:51 AM   #15
RAL
LQ Newbie
 
Registered: Aug 2003
Distribution: REDHAT 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Thank You
acid_kewpie,
fancypiper,
Treat84,
Azmeen,
yowwww,
and
david_ross
you have all been a help.
However, david_ross, I can't figure out how to get to into grub.conf.
And, fancypiper, I don't have any idea on how to reinstall grub.
The CDs did everything pretty much automatically.They came with a LINUX for DUMMIES book and is referred to as a publishers edition.Also the boot floppy made during installation is no good,
I've tried using a command line applet in Linux but nothing happens.
I appreciate your help and patience.
RAL
 
  


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
Switching master/slave drives pickarooney Linux - Hardware 11 11-08-2004 01:02 PM
slave not authenticating when master is down spyghost Solaris / OpenSolaris 3 10-04-2004 11:12 AM
Slave to Master? s9722 Linux - General 6 02-23-2004 10:34 PM
DJBDNS on Debian - Slave to Master phpjames Linux - Software 0 02-03-2004 12:03 PM
Slave to Master Question tkman Linux - General 2 11-23-2003 11:37 PM

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

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