Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!uwvax!topaz!mcgrew From: mcgrew@topaz.RUTGERS.EDU (Charles) Newsgroups: net.unix,net.unix-wizards Subject: Re: problem with 'tar' Message-ID: <4572@topaz.RUTGERS.EDU> Date: Thu, 13-Mar-86 17:31:08 EST Article-I.D.: topaz.4572 Posted: Thu Mar 13 17:31:08 1986 Date-Received: Sat, 15-Mar-86 19:49:59 EST References: <251@euroies.UUCP> Distribution: net.unix,net.unix-wizards Organization: Rutgers Univ., New Brunswick, N.J. Lines: 15 Xref: watmath net.unix:7380 net.unix-wizards:17211 Hi, The problem is that Sun tends to put copywrite notice files on the beginning of their source tapes. Load the tape and do this: mt -f /dev/nrst0 fsf 1 ... this will forward-space past the tiny copywrite file and position you to use tar normally on the tar file, which is the second file on the tape (that's all there is on the tape, just the copywrite and the tar file). Note you have to use /dev/nrst0 (the no-rewind option), rather than /dev/rst0. The copywrite files are on the beginning of each of the tapes, so you'll have to do it for each tape. Charles