problem with 'tar'
    Charles 
    mcgrew at topaz.RUTGERS.EDU
       
    Fri Mar 14 08:31:08 AEST 1986
    
    
  
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
    
    
More information about the Comp.unix.wizards
mailing list