Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site bu-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!bu-cs!bzs From: bzs@bu-cs.UUCP (Barry Shein) Newsgroups: net.unix,net.unix-wizards Subject: problem with 'tar' Message-ID: <273@bu-cs.UUCP> Date: Sun, 16-Mar-86 19:56:16 EST Article-I.D.: bu-cs.273 Posted: Sun Mar 16 19:56:16 1986 Date-Received: Tue, 18-Mar-86 07:22:07 EST Organization: Boston Univ Comp. Sci. Lines: 24 Xref: watmath net.unix:7402 net.unix-wizards:17244 >It is however impossible to read the third (and most important) >tape due to numerous 'directory checksum error' messages - this >is despite the '-i' switch which should ignore such errors. >It is rather a puzzle ... I wonder if anyone has any ideas ? >Once again, thanks for all your help to date. I know I am often accused of having "a keen eye for the obvious" but have you considered the possibility that you have a directory checksum error? (like, maybe try to get another copy of the tape.) I would also try to get a newer version of tar (you speak of *upgrading* to SUN/1.4, sounds old to me), or maybe trying to 'dd' the file to disk and looking at it, maybe someone scribbled over your tape and put it back on the shelf? If you have source to tar I would grab a copy and put some choice traces into it. Also, maybe just try using 'od -c' on the tape (or whatever flags you find appropriate) perhaps as a backend to a 'dd' to read in by proper block sizes (and maybe put 'more' at the other end.) In other words, at this point I would begin to suspect either the tape or the version of tar you are using (maybe some clown replaced your tar with an 'echo directory checksum error' script :-) -Barry Shein, Boston University well, it was a thought...