Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!bcm!lib!thesis1.med.uth.tmc.edu From: dfenyes@thesis1.med.uth.tmc.edu (David Fenyes) Newsgroups: comp.os.coherent Subject: Re: corrupt tar files ? Keywords: tar Message-ID: <5069@lib.tmc.edu> Date: 23 May 91 18:57:34 GMT References: <1991May17.164114.24703@mcs.anl.gov> Sender: usenet@lib.tmc.edu Organization: University of Texas Medical School at Houston Lines: 11 Nntp-Posting-Host: thesis1.med.uth.tmc.edu [problems with tar] Any modern tar will probably produce tars that will bomb Coherent tar. The fault is /bin/tar's and not the GNU tar or ustar. (Using GNU tar with the -o option writes old-format tars for Coherent's /bin/tar). The solution is to use ustar provided with Coherent, or GNU tar from piggy, which is tarred with the -o option, to bootstrap you up to the modern tar format :-) David.