PDA

View Full Version : IDE Tape Drive on FC4


davidj
2005-10-11, 03:58 AM CDT
I cannot get a SONY SDX-430V AIT drive (with IDE interface) working on FC4 (AMD64).

It is recognised at boot assigned to hdd, and can be seen by Hardware Browser (KDE) with correct name and as device /dev/hdd. mt cannot see it and it cannot be assigned to /dev/tape.

I also have a (too small) SCSI drive which appears as /dev/st0, can be assigned to /dev/tape and is seen by mt.

Any ideas how to get the IDE drive working please?

kiteboarder
2005-10-11, 04:55 AM CDT
You can try /dev/ht0. This is the standard for IDE tape-drives

koen05
2005-10-12, 04:22 AM CDT
modprobe ide-scsi
then look in /var/log/messages wat st number has been assigned to the drive (st1 a gues)

koen