Xref: utzoo comp.unix.questions:22033 comp.unix.wizards:21852 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdsu!ucselx.sdsu.edu!nash From: nash@ucselx.sdsu.edu (Ron Nash) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Reading tapes Message-ID: <1990May7.223215.2706@ucselx.sdsu.edu> Date: 7 May 90 22:32:15 GMT References: <2653@ariel.unm.edu> Reply-To: nash@ucselx.sdsu.edu (Ron Nash) Organization: San Diego State University Computing Services Lines: 20 In article <2653@ariel.unm.edu> cwayne@hydra.unm.edu (Chris Wayne SCONS) writes: > > I'm looking for a program and/or technique that can read past EOF flags >on tape, for the sole purpose of reading the data that 'was' on the tape. >For example (common error), you do a tar -cv on a tape that has data... >With all of my knowledge, I'd say I'm SOL, but at the same time I know there's >got to be a way to retrieve the old data. Any HELP will be appreciated. You can use dd to move the tape past EOF. You must use the no-rewind tape device for this to work (the tape device names that end with a "n"). Try "dd if=/dev/rmt1hn of=/dev/null" to move the tape forward one "file" or EOF flag at a time. If you have the mt command, you can use it to do the same thing. -- Ron Nash San Diego State University Internet: nash@ucselx.sdsu.edu UUCP: ucsd!sdsu!ucselx!nash