Click to See Complete Forum and Search --> : Mixing ATA66 and ATA100...


Bradmont
03-18-2001, 05:38 PM
I bought a new HD awhile ago (ATA100) and installed it as a slave to my original drive (Which I believe is ATA66). I currently have them both running as 66s, with an idebus=66 in the append line in lilo.comf. Is there a way I can specify the two speeds separately?

Nehal Mistry
03-18-2001, 05:47 PM
yes, this is assuming ur 100 drive is /dev/hdb and ur 66 is /dev/hda ... change accordingly:

hdparm -d1X66 /dev/hda
hdparm -d1X100 /dev/hdb

that should do it...

btw, u probably dont need that line in ur lilo.conf file, u can try taking it out