Reading tapes

Doug Gwyn gwyn at smoke.BRL.MIL
Wed May 9 05:11:25 AEST 1990


In article <2653 at ariel.unm.edu> cwayne at 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.

Common UNIX practice is simply to use the non-rewinding device; it
leaves the drive positioned after the tape mark.  1/2" magtapes use
two consecutive tape marks to indicate end of volume, but all you
have to do is read past the second one the same way (non-rewinding).



More information about the Comp.unix.questions mailing list