Re: scsi tape
Hello,
Dr Gavin Seddon wrote:
There is no /dev/scsi.
Not /dev/scsi but /proc/scsi/scsi
E.g.:
# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 03 Lun: 00
Vendor: HP Model: HP35470A Rev: T503
Type: Sequential-Access ANSI SCSI revision: 02
And, I cannot see any scsi related info. by dmesg.
You need to load the module "st" (as stated earlier), e.g. with modconf.
# lsmod|grep st
st 28888 0 (autoclean)
scsi_mod 94596 4 [st sg ide-scsi aic7xxx]
As you can see, also the appropriate module for your SCSI controller
needs to be loaded.
By st driver, do you mean mt-st?
No, the kernelmodule "st". Try `modprobe st'.
HTH,
Jens
--
http://desktux.xs4all.nl/
desktux@desktux.xs4all.nl
Reply to:
- References:
- scsi tape
- From: Dr Gavin Seddon <gavin.m.seddon@man.ac.uk>
- Re: scsi tape
- From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen)
- Re: scsi tape
- From: Dr Gavin Seddon <gavin.m.seddon@man.ac.uk>