Re: Debian and SCSI tapes

2000-05-21 Thread Lindsay Haisley
cd /dev ./MAKEDEV st0 ./MAKEDEV nst0 That oughta do it, assuming your kernel (or your module directory) contains the driver. Thus spake Brian Schramm on Sun, May 21, 2000 at 12:20:51AM CDT > I just got through installing Slink on a firewall I am setting up. I > need to install the tape drive dev

Debian and SCSI tapes

2000-05-21 Thread Brian Schramm
I just got through installing Slink on a firewall I am setting up. I need to install the tape drive dev files on it. It is a SCSI drive so it should be nst0 but there is no driver like that in the dev directory. I do have the st modual loaded so I no it should work. How do I create the driver?