Appending to archive tape

Dag Erik Lindberg del at fnx.UUCP
Wed Sep 26 04:42:12 AEST 1990


How can I append files to an archive tape?  I am trying to archive
binaries and sources to an Archive 2150S streamer under ISC 2.0.2

The only utility I can find to add a file to the end of a tape is
'tar', and it will only do so if the blocking factor is 1.  The
trouble with that is that the tape starts/stops for (apparently)
every block.  Besides the phenomenal amount of time it would take
to read to the end of data if the tape already has 100 meg or so
on it, the wear and tear on the drive is far too great.  The tape
will (mostly) stream with a high blocking factor, but when giving
the 'append' switch to tar it bombs out unless the blocking factor
is 1.

What I would like is a utility that would seek to end of tape (by
reading it into /dev/null if necessary) at full speed, then append
the new data.  I tried to write a program to experiment with this,
but whenever I close the tape device the system freezes (this must
be a bug in the driver, there is no way a common user account should
*ever* be able to kill the system, no matter what they do).

Can anybody help?


-- 
del AKA Erik Lindberg                             uunet!pilchuck!fnx!del
                          Who is John Galt?



More information about the Comp.unix.misc mailing list