[KLUG Members] Any more suggestions from anyone? -- T4000 drive issue

Adam Tauno Williams members@kalamazoolinux.org
Thu, 4 Dec 2003 10:37:23 -0500


> >> ------------------------------
> >> /proc/scsi/scsi contains only:
> >> Attached devices:
> >> Host: scsi0 Channel: 00 Id: 00 Lun: 00
> >>   Vendor: BCD      Model: E520C            Rev: 0.40
> >>   Type:   CD-ROM
> >So "mt -f /dev/st0 status" doesn't work?  What happens if you "modprobe
> >st"?
> mt -f /dev/st0 status output=> /dev/st0 no such device
> modprobe st output => nothing

The output of modprobe goes into dmesg.

So try "modprobe -r st; modprobe st; dmesg"

Did you try the mt command again after the modprobe?