Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!mintaka!ogicse!milton!gibdo!slh From: slh@gibdo.engr.washington.edu Newsgroups: comp.unix.aix Subject: Re: RS/6000 Tape questions Summary: dd -fskip= Keywords: mt dd Message-ID: <1991Apr24.153649.16654@gibdo.engr.washington.edu> Date: 24 Apr 91 15:38:22 GMT Article-I.D.: gibdo.1991Apr24.153649.16654 References: <1991Apr22.195656.10564@panix.uucp> Sender: news@milton.u.washington.edu (News) Reply-To: slh@gibdo.engr.washington.edu (PUT YOUR NAME HERE) Organization: zippity Lines: 12 In article <1991Apr22.195656.10564@panix.uucp> eravin@panix.uucp (Ed Ravin) writes: |1) Under SUN OS 3, there's a handy dandy utility called "mt" which lets you |skip ahead or back on a tape with several files written on it. For example, | |# mt fsf 2 | |Would skip forward 2 file marks on the tape. But a peek through Info |Intruder revealed only the device driver interface to do same via ioctl(). |Does AIX give you a command to manipulate the tape or shall I have to |go write one myself? | I think dd -fskip=2 would be equivalent.