LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-01-2005, 09:36 AM   #1
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
2 HD on same IDE channel? Slow?


I have a question; I have 3 harddisks and one DVD. I have 2 IDE channels. Of the 3 harddisks, 2 are new and fast, the 3rd is old (and probably slow). How do I optimize the layout?

I have heard that if I have 2 HD on the same IDE channel, then the slowest of them, will set the pace. Hence, a slow HD + a fast HD = 2 slow HD.

I also heard that only one HD can be active at the same time, on one channel. Hence, 2 HD sending data = 1 HD sends data, the other waits.


So how do I do?

Plan A:
Channel 0: fast HD + fast HD
Channel 1: slow HD + DVD


or


Plan B:
Channel 0: fast HD + slow HD
Channel 1: fast HD + DVD





Plan A gives me problem when transferring from fast HD to fast HD, right? Because one of them must wait for the other to finish. If I had Plan B, a fast HD could transfer data to another fast HD, without them waiting.

But fast HD + fast HD keeps up the pace. There is no slow DVD that slows down the data transfer rate.




Plan B gives me problem when transferring data from DVD to the HD on the same channel, but I dont do that often. I would also get problem if slow HD is Pio mode 3 and the fast HD is Pio mode 4, then both would act as Pio mode 3.




So, any suggestions? Please?
 
Old 11-01-2005, 09:44 AM   #2
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
IDE works as a chain, but not exactly, that language isn't really condusive to the reality of the situation. Eitehr way will yield the same speeds, I tested this a few times when I worked in a computer shop, You can have it set up like this:

1:
Master: UDMA 133 7200rpm
Slave: DVDrom 100
2:
Master: UDMA 133 7200rpm
Slave: PIO 100 5400rpm

or

1:
Master: UDMA 133 7200rpm
Slave: UDMA 133 7200rpm
2:
Master: DVDrom 100
Slave: PIO 100 5400rpm

And in either case, the read/write speed and access time on all 4 drives should be identical. Using PCMark03(latest at the time I did the tests) Showed scores with 2% on each HD no matter where it was on the chain, or which chain it was on. It was a test we did to check and see, because we had all heard both sides of the story, and wanted to be sure. We tested with Burn n Test as well, which does multiple constant read/writes from drives, and run a few other little tests. We conluded it didn't matter how you had it set up, just make the cabling look nice and easy, cause it didn't matter.

EDIT: After thinking about it, I should mention the CABLE yu use matters a lot. don't use an ATA66 cable on either channel, any channel with something other than a CDrom device you need to be using an ATA133 to allow it full speed.

Last edited by RedShirt; 11-01-2005 at 11:21 AM.
 
Old 11-01-2005, 03:18 PM   #3
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Original Poster
Rep: Reputation: 46
Ahh! VERY good answer! Thanx a lot!

How do I know if I have an ATA66 cable or an ATA133 cable? I have a 6 month old motherboard with the default IDE cables.



My greatest concern was, the transfer speed when using two fast drives simultaneously. Did you try that? Moving files?

But it seems as the DVD doesnt slow the HD, if you are correct. That would mean I would use Plan B.
 
Old 11-01-2005, 09:26 PM   #4
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
Cable type is obvious, if they aren't labelled, then the wider spaced ribbed cable is the ATA66, the one with 2x as many, smaller stridations(cables) is teh ATA133. ATA66 was good in the olden days for HDs, but for the last many years, only DVDs and CDs use them, because they don't move as much data as fast.

And yes, we tried transferring a few files, didn't notice any real difference in file transfer speed either.
 
Old 11-02-2005, 12:02 AM   #5
WhatsHisName
Senior Member
 
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151

Rep: Reputation: 46
kebabbert: Your best option is to add an IDE controller card to your system and only use one hard drive per IDE channel.

My favorite is the Promise Ultra100 TX2 (or Ultra133 TX2), US$25 or so. There are several other IDE controller card options available.
 
Old 11-02-2005, 01:25 AM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
Originally posted by RedShirt
Cable type is obvious, if they aren't labelled, then the wider spaced ribbed cable is the ATA66, the one with 2x as many, smaller stridations(cables) is teh ATA133. ATA66 was good in the olden days for HDs, but for the last many years, only DVDs and CDs use them, because they don't move as much data as fast.

And yes, we tried transferring a few files, didn't notice any real difference in file transfer speed either.
That is not true. ATA-66 and up is 80 wire cable while 40 wire cable is ATA-33.
 
Old 11-02-2005, 02:56 AM   #7
linuxusr1986
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Rep: Reputation: 0
you coud also just add an ide channel with a pci card.
 
Old 11-02-2005, 04:03 PM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
I forgot to say, Redshirt is correct about hard drive throughput speed does not change but there are exceptions. I found that Maxtor and Seagate drives can not handle sharing a channel. If you have IBM/Hitachi or Western Digital drive with a Seagate drive or Maxtor drive on the same channel, you will notice higher latency and lower throughput. IBM/Hitachi and Western Digital drives does not have sharing problems. kebabbert, if the three drives are either Maxtor and Seagate drives it is best to put them on their own IDE channel. I have not seen any problems when IBM/Hitachi and Western Digital drives sharing one IDE channel.
 
Old 11-02-2005, 04:25 PM   #9
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Original Poster
Rep: Reputation: 46
Oh. Good Forum, this! Thanx!

I will simply suppose I have ATA133 cables, as my motherboard is only 6 months old.

I have
250 GB Maxtor Diamondmax 10, 16MB cache
160 GB Hitachi Deskstar 7K250, 8 MB cache
40 GB Maxtor DiamondMax Plus D740X
Liteon DVD-ROM LTD163


So, I think I will put the largest drives on channel 0, and the rest on channel 1, yes?



Buying a new IDE card would be nice, but I wont do that for now, I think. Thanx for your tip anyway!

Last edited by kebabbert; 11-02-2005 at 04:26 PM.
 
Old 11-03-2005, 01:32 PM   #10
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Put the Maxtor drives on either channel 0 or 1. Then put the Hitachi drive with the DVD-ROM drive.
 
Old 11-03-2005, 08:17 PM   #11
linuxusr1986
LQ Newbie
 
Registered: Oct 2005
Posts: 11

Rep: Reputation: 0
you could also us a usb to ide cable or firewire to ide cable and use a super fast bus to onnect one of your drives preferable the dvd but its up to you.
 
  


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
DMA problems on SiS746FX IDE channel Ptrs!OP Ubuntu 3 05-05-2005 05:57 PM
IDE for a slow PC iondra Programming 2 11-30-2004 10:56 AM
a Good 4+ channel PCI IDE Controller monohouse Linux - Hardware 0 10-28-2004 05:51 PM
slow IDE Drives on RH 8.0 b-glawe Linux - Hardware 1 11-28-2002 10:35 AM
does the choice of IDE channel matter for multiple harddrives? londo Linux - Newbie 4 08-17-2001 03:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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