Please keep responses on the list, so that everyone can chip in.

On Fri, 8 Jul 2005 at 12:48pm, [EMAIL PROTECTED] wrote

> Quoting Joshua Baker-LePain <[EMAIL PROTECTED]>:
> 
> 
> > What do you mean "mount a drive"?  You don't mount tape drives.
> 
> by mount I mean load. For example.
> mtx -f /dev/sg0 load  12 1
> 
> # mtx -f /dev/sg0 unload  12 1
> Unloading Data Transfer Element into Storage Element 12...mtx: Request Sense:
> Long Report=yes
> mtx: Request Sense: Valid Residual=no
> mtx: Request Sense: Error Code=70 (Current)
> mtx: Request Sense: Sense Key=Illegal Request
*snip*
> > > Am I using the wrong protocol. The jukebox has worked well before.
> >
> > In general, remember that you use 'mtx' to drive the robotics and 'mt' to
> > drive the tape drive(s).
> 
> Well, for me mt is another problem, I'm trying to find a way around this 
> issue.
> 
> 
> # mt -f /dev/sg1 status           (done as root)
> /dev/sg1: Operation not permitted

mt works on tape devices, not generic SCSI devices.  Try 
'mt -f /dev/nst0'.

> I'd thought the command:
> # mtx -f /dev/sg0 unload  12 1
> would not need to function together with mt.

It depends on the loader (and, sometimes, the loader's firmware settings).  
Sometimes you can just send an 'unload' to the robot and it'll tell the 
tape drive to eject the tape, and sometimes you need to explicitly
'mt -f /dev/nst0 offline' before the 'mtx unload' will work.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University

Reply via email to