Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.i386 Subject: Re: Tape retensioning Summary: Use the permuted index to look for commands Message-ID: <1990Jan8.120012.3952@virtech.uucp> Date: 8 Jan 90 12:00:12 GMT References: <1990Jan6.063506.8670@actrix.co.nz> Organization: Virtual Technologies Inc. Lines: 29 In article <1990Jan6.063506.8670@actrix.co.nz>, paul@actrix.co.nz (Paul Gillingwater) writes: > Hi, > I just got my 150 Mb tape drive running under ISC 386/ix 2.0.2. > I wanted to retension some new tapes, prior to using them for data. > So, i tried the Xenix command: > tape reten > > But I couldn't find anything like this for ISC. The man(8) page > only gave me details of the driver, but no info on simple > utilities for tape handling. So, I whipped up a 7 line C program > that simply used the ioclt for a TAPE_RETEN (see tape(8)). If you would have used the permuted index to look up the word "tape" you would have found the following entry: tapecntl: tape control for QIC-24/QIC-02 tape device And looking there (on the tapecntl(1) man page) you would have seen options to erase, retention, reset, rewind, and position on the tape drive. Sounds like what you are looking for. (Yes I know that you have a QIC-150 tape drive, but the ioctl commands should be the same for both). -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+