Re: USB Drives
"Brian A." <gonefish'n@afarawaylake> wrote in message
news:eny6UC9iIHA.4684@TK2MSFTNGP06.phx.gbl...
> "Mike Y" <joe@user.com> wrote in message
news:1NZEj.53$sg1.36@newsfe06.lga...
> >
> > "Fan924" <a924fan@yahoo.com> wrote in message
> > news:ee054c29-5876-48e8-a306-abd2f990a888@e6g2000prf.googlegroups.com...
> >> You are limited to 4 IDE drives. Are there any limitations in the
> >> number of USB drives?
> >
> > Who said? I've seen BIOS's that support 8. And I've seen setups with
> > over 16 drives, with multiple cards...
> >
> >
> >
> >
>
> Just curious, you've seen mobos with more than 2 IDE controller
connections or are
> you talking about Daisy Chaining? Of course as well, more than 4 can be
used with
> Add-on cards which have their own BIOS, but I haven't seen a mobo that had
more than
> 2 IDE controllers and it would be risky IMHO to use a Ribbon Data cable
with more
> than two IDE drive connectors.
>
>
I'm not sure if I've seen it in 'consumer' equipment, but I've seen it in
industrial
equipment. All the BIOS has to do is dynamically ID the drive, and that's
not
hard to do. And even then it's really only necessary to init the drive.
Stuff like
ATADRV used to handle drives dynamically, using the ID command only
for the ATAINIT (the equivalent of FDISK) and after that it read the drive
to figure it out. ATADRV just used to assume that any drive was a 20meg
unit until it read from the drive and then changed to what it really was.
You can't put more than two drives on one cable. At least in the PC-AT type
IDE world. That's because there's a 'master/slave' relationship, not a
numbered sequence relationship.