Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!ken From: ken@rochester.ARPA (SKY) Newsgroups: comp.unix.questions Subject: Re: Problems with a munged tar tape Message-ID: <24467@rochester.ARPA> Date: Wed, 4-Feb-87 04:15:43 EST Article-I.D.: rocheste.24467 Posted: Wed Feb 4 04:15:43 1987 Date-Received: Sat, 7-Feb-87 04:21:57 EST References: <24358@rochester.ARPA> <1893@ulysses.homer.nj.att.com> Reply-To: ken@rochester.UUCP (SKY) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 10 |(assuming [bk]sh syntax). The next trick will be to convince tar to |read the munged file. I don't have any good solution to that one. |If all else fails, dump the raw tar file onto a disk then edit out |the tar headers. That is the easier part. You just have snip off stuff to skip to a valid file header, at a 256 byte boundary. I had to do this once. You will lose the first one or few files, of course. Ken