Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!linus!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix Subject: Re: Ultrix (and other) tar formats Message-ID: <2861@sun.uucp> Date: Tue, 8-Oct-85 14:21:50 EDT Article-I.D.: sun.2861 Posted: Tue Oct 8 14:21:50 1985 Date-Received: Fri, 11-Oct-85 06:40:05 EDT References: <1503@uwmacc.UUCP> <2844@sun.uucp> <151@codas.UUCP> Distribution: net Organization: Sun Microsystems, Inc. Lines: 18 > I have found that BSD tar is *not* identical to System V tar format, > this gives me a great problem, since I have many source tapes of BSD > that I would like to read on a System V! The BSD "tar" format is a superset of the V7/S3/S5 "tar" format. It puts out "funny" entries for directories; other "tar"s don't put out any information about directories. Reading a BSD "tar" tape on a non-BSD system causes some warning messages about the directory entries, but all the files and containing directories are created as before. (Of course, if it's a 4.2BSD "tar" tape with symbolic links, it won't work if your system doesn't support symbolic links.) If the "tar" tape was written with the default block size on a BSD system (20*512 bytes), you may have trouble reading it on 3B20s with the loser tape controller or other such machines which can't support large block sizes on tape. Otherwise, just mount up the tar tape and start reading. Guy Harris