Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 1996 08:54:59 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: eject for JAZ drives
Message-ID:  <199611290755.IAA01883@uriah.heep.sax.de>
In-Reply-To: <Pine.SV4.3.95.961129160910.27094A-100000@parkplace.cet.co.jp> from Michael Hancock at "Nov 29, 96 04:22:37 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Michael Hancock wrote:

> > OTOH, if the driver doesn't support it, you can still do:
> > 
> > 	scsi -f /dev/rsd1.ctl -c "1b 0 0 0 2 0"
> 
> On 2.2 it ejected.  But the sequence of events weren't so nice.

Eeeek!  Sorry, my fault.  The default timeout is of course
insufficient for ejecting a cartridge.

Use

	scsi -f /dev/rsd1.ctl -s 20 -c "1b 0 0 0 2 0"

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611290755.IAA01883>