From mboxrd@z Thu Jan 1 00:00:00 1970 From: madcrow.maxwell@gmail.com (Madcrow Maxwell) Date: Fri, 11 Aug 2006 08:44:04 -0400 Subject: [TUHS] TUHS Digest, Vol 33, Issue 2 In-Reply-To: References: Message-ID: <8dd2d95c0608110544h3475e39ax932210ec3010c283@mail.gmail.com> Hmm, I could create that file by "dd if=/dev/zero of=filesep bs=1 count=4" and then insert one copy of filesep between every tape file and put two at the end. If it works, I'll post the script in gratitude. Thanks. Mike "Madcrow" K. On 8/10/06, Al Kossow wrote: > > > > > I tried doing things by hand, > > running maketape and then "cat"ing the file it created along with all > > the other files "dd"ed by the script into a single file. > > You need to put file marks between everything logically 'dd'-ed > > In the .tap format, file marks are four bytes of 0. > End of tape should have two sets of file marks (eight bytes of 0) > > FWIW, I sent warren a .tap image of Ultrix 2.0. Never heard anything from > him about it. > > > > > _______________________________________________ > TUHS mailing list > TUHS at minnie.tuhs.org > https://minnie.tuhs.org/mailman/listinfo/tuhs >