Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uakari.primate.wisc.edu!caen!uwm.edu!linac!att!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.unix.wizards Subject: Re: UNIX tape duplicator request Message-ID: <15623@smoke.brl.mil> Date: 29 Mar 91 09:56:13 GMT References: <26385@adm.brl.mil> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 11 In article <26385@adm.brl.mil> mike@BRL.MIL ( Mike Muuss) writes: >If you don't know much about the format of the tape, a still better >command to use is TCOPY (/usr/ucb/tcopy), which will copy tapes that >have varying record lengths, multiple "files" before tape-EOF ... I even wrote a version of "tcopy" that uses double-buffering (with a pair of interlocking processes). It was a nice exercise, but due to apparent serious problems in the magtape device driver on our only remaining system with two tape transports, it didn't run any faster than the obvious single-process implementation. It should have...