Re: [SPAM] using DLT tape drive in linux

2003-03-10 Thread Joe Polk
It is likely that you don't have /dev/st0 linked to /dev/tape. Do this: mt rewind /dev/st0 and see if the tape starts humming. If so, create a symlink to /dev/st0 called /dev/tape. <> On Mon, 2003-03-10 at 07:46, Brad Alpert wrote: > You need a separate SCSI controller to drive the DLT dri

Re: [SPAM] using DLT tape drive in linux

2003-03-10 Thread Brad Alpert
You need a separate SCSI controller to drive the DLT drive. It isn't a RAID device. Brad > Hi! I've got a bit of a problem with my DLT tape drive connected > to pc server running redhat 7.1. The DLT drive is daisychained > with my ciprico 6500 raid array and both are detected by the > system. Ho