Xref: utzoo comp.unix.sysv386:739 comp.unix.misc:160 Path: utzoo!attcan!uunet!pilchuck!dataio!fnx!del From: del@fnx.UUCP (Dag Erik Lindberg) Newsgroups: comp.unix.sysv386,comp.unix.misc Subject: Appending to archive tape Message-ID: <732@fnx.UUCP> Date: 25 Sep 90 18:42:12 GMT Distribution: na Organization: I/Ovations Kirkland, WA Lines: 26 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?