Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-04-2005, 11:34 PM
Mikey
Guest
 
Posts: n/a
Default Question about sharing IDE cable (Master/Slave)

Is it ok to have a hard drive and DVD burner sharing the secondary IDE
cable? Should I put the burner as the master and the hard drive as the
slave? I only plan to use the hard drive as storage.



Reply With Quote
  #2 (permalink)  
Old 10-05-2005, 12:10 AM
BruceM
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

I'd say put it as master & make sure you're using an 80 wire cable.



"Mikey" <nospam@email.com> wrote in message
news:11k64ceauud0142@corp.supernews.com...
> Is it ok to have a hard drive and DVD burner sharing the secondary IDE
> cable? Should I put the burner as the master and the hard drive as the
> slave? I only plan to use the hard drive as storage.
>
>




Reply With Quote
  #3 (permalink)  
Old 10-05-2005, 07:37 AM
kony
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

On Tue, 4 Oct 2005 16:34:38 -0700, "Mikey"
<nospam@email.com> wrote:

>Is it ok to have a hard drive and DVD burner sharing the secondary IDE
>cable?


yes

>Should I put the burner as the master and the hard drive as the
>slave? I only plan to use the hard drive as storage.


If that's the way you want them, yes. You can do it either
way though, either drive can be master providing there is no
odd incompatibility or bug... in other words, this is
generally true but YMMV.


Reply With Quote
  #4 (permalink)  
Old 10-05-2005, 12:14 PM
Bob
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

On Wed, 05 Oct 2005 07:37:37 GMT, kony <spam@spam.com> wrote:

>>Should I put the burner as the master and the hard drive as the
>>slave? I only plan to use the hard drive as storage.


>If that's the way you want them, yes. You can do it either
>way though, either drive can be master providing there is no
>odd incompatibility or bug... in other words, this is
>generally true but YMMV.


I recommend you put the DVD burner as secondary master. Although you
would think there should be no problems, I recently found that my NEC
3540 was not properly recognized by the BIOS when it was a slave. Now
that it is master, I have had absolutely no problems with it.

Maybe someday someone can explain why this happens, because I ran into
it back in 1999 with a Mitsumi CD-RW that would not work as slave. The
factory told me I had to make it master which I did and then it
worked. I thought it was just a quirk of the Mitsumi driver but now
that the same kind of thing happened with my NEC 3540, I believe there
is something going on that we are not aware of.

One possibility is that when the BIOS queries the device, it waits for
a short time and moves on. If the DVD burner is slow in responding,
then when it is a slave, the BIOS has finished its query and never
finds out what the unit has to say. Perhaps the wait time is longer
for the master query and that's why the BIOS finds out about the unit.

My Phoenix Award BIOS is in a very big hurry to move on once it has
queried the secondary slave. In fact I have to hit the Pause key to
halt the computer so I can study the screen printout. So it is
possible that the secondary slave query is too impatient for the
slow-responding NEV 3540, especially since I am using patched f/w.

I noticed this problem got a whole lot worse after I patched the f/w.
Assuming this new f/w is "slower" to respond, then that would be
consistent with having to put the 3540 on the secondary master. No big
deal, there is nothing inferior with the secondary slave, only the
BIOS is too fast when making a query.

Unless you absolutely must put the DVD birner somewhere else, I
recommend you make it the secondary master and play it safe.



Reply With Quote
  #5 (permalink)  
Old 10-05-2005, 04:18 PM
Bennett Price
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

I've long heard, but cannot affirm, that hd's and opticals should be on
different ide channels because the opticals slow down the hd's.

I'd make the hd a master on ide0 and the dvd burner a master on ide1.

Mikey wrote:
> Is it ok to have a hard drive and DVD burner sharing the secondary IDE
> cable? Should I put the burner as the master and the hard drive as the
> slave? I only plan to use the hard drive as storage.
>
>


Reply With Quote
  #6 (permalink)  
Old 10-05-2005, 05:30 PM
Pen
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)


"Bennett Price" <bjpriceNOSPAM@itsa.ucsf.edu> wrote in
message
news:g1T0f.4084$Zs3.819@newssvr25.news.prodigy.net ...
> I've long heard, but cannot affirm, that hd's and opticals
> should be on different ide channels because the opticals
> slow down the hd's.
>
> I'd make the hd a master on ide0 and the dvd burner a
> master on ide1.
>
> Mikey wrote:
>> Is it ok to have a hard drive and DVD burner sharing the
>> secondary IDE
>> cable? Should I put the burner as the master and the hard
>> drive as the
>> slave? I only plan to use the hard drive as storage.
>>

That is no longer true, put whatever you want on an IDE
cable.
.. I would put the burner as the master as I keep seeing
stories
of some burners not being reliable when hooked up as slaves.


Reply With Quote
  #7 (permalink)  
Old 10-05-2005, 05:49 PM
kony
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

On Wed, 05 Oct 2005 12:14:31 GMT, spam@uce.gov (Bob) wrote:

>On Wed, 05 Oct 2005 07:37:37 GMT, kony <spam@spam.com> wrote:
>
>>>Should I put the burner as the master and the hard drive as the
>>>slave? I only plan to use the hard drive as storage.

>
>>If that's the way you want them, yes. You can do it either
>>way though, either drive can be master providing there is no
>>odd incompatibility or bug... in other words, this is
>>generally true but YMMV.

>
>I recommend you put the DVD burner as secondary master. Although you
>would think there should be no problems, I recently found that my NEC
>3540 was not properly recognized by the BIOS when it was a slave. Now
>that it is master, I have had absolutely no problems with it.


That might be one of those "YMMV", rare situations. You are
using a WD HDD, yes? Are you sure you had it jumpered to
Master rather than Single drive?

I have a spare 3540 around here somewhere, if I get a chance
(and remember to), I'll hook it up to some box as a master
with a slave HDD and see if it works.


>
>Maybe someday someone can explain why this happens, because I ran into
>it back in 1999 with a Mitsumi CD-RW that would not work as slave. The
>factory told me I had to make it master which I did and then it
>worked. I thought it was just a quirk of the Mitsumi driver but now
>that the same kind of thing happened with my NEC 3540, I believe there
>is something going on that we are not aware of.


Manufacturers often jumper drives as master from the
factory, and whenever a user asks "how should I hook it up",
the manufacturer wants one clearly defined scenario because
they can't really know if the person they're talking to has
good experience and methodology in setting up a system or if
they've never been inside a system before and this is the
first time they've ever even seen an optical drive that
wasn't already installed.

I do vaguely recall that there was possibility that any
random drive might not work in all master/slave combinations
but that was more common about a decade ago, has been less
and less common in more recent years.




Reply With Quote
  #8 (permalink)  
Old 10-05-2005, 06:27 PM
Bob
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

On Wed, 05 Oct 2005 17:49:38 GMT, kony <spam@spam.com> wrote:

>>I recommend you put the DVD burner as secondary master. Although you
>>would think there should be no problems, I recently found that my NEC
>>3540 was not properly recognized by the BIOS when it was a slave. Now
>>that it is master, I have had absolutely no problems with it.


>That might be one of those "YMMV", rare situations.


It's happened 2 out of 2.

>You are using a WD HDD, yes?


Yes.

>Are you sure you had it jumpered to
>Master rather than Single drive?


Neither. I use CS for all my IDE devices.

>I have a spare 3540 around here somewhere, if I get a chance
>(and remember to), I'll hook it up to some box as a master
>with a slave HDD and see if it works.


There is no HD on the secondary IDE. Nevertheless I had to make the
NEC 3540 the master.

>I do vaguely recall that there was possibility that any
>random drive might not work in all master/slave combinations
>but that was more common about a decade ago, has been less
>and less common in more recent years.


I thought the same thing but found out otherwise when I got my 3540.

FWIW, that crappy Sony/LiteOn I got rid of didn't cause any problems
when it was slave.



Reply With Quote
  #9 (permalink)  
Old 10-05-2005, 06:29 PM
Bob
Guest
 
Posts: n/a
Default Re: Question about sharing IDE cable (Master/Slave)

On Wed, 05 Oct 2005 17:49:38 GMT, kony <spam@spam.com> wrote:

>I have a spare 3540 around here somewhere, if I get a chance
>(and remember to), I'll hook it up to some box as a master
>with a slave HDD and see if it works.


The problem does not occur all the time. Try opening the drawer and
shutting it just before the BIOS reads the drives.

With the 3540 as master I can insert a disc anytime before the BIOS
reads the drives. With it as slave I couldn't - the BIOS would ignore
its presence and not load the CD.



Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on floppy cable Jethro alt.comp.hardware 7 04-15-2007 05:26 PM
Newbie printer sharing question.. Stagnight1 alt.internet.wireless 10 03-10-2007 02:47 AM
How can I tell if I have a cable select computer or cable? DJW alt.comp.hardware 3 12-02-2006 02:04 AM
question about usb cable LarryLook alt.comp.hardware 6 10-23-2006 09:24 PM
Question on wireless signal and connecting via Ethernet cable to laptop... pattyjamas@hotmail.com alt.internet.wireless 4 10-12-2006 11:11 PM


All times are GMT. The time now is 06:42 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45