Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!sgi!jmb@patton.SGI.COM From: jmb@patton.SGI.COM (Jim Barton) Newsgroups: comp.sys.sgi Subject: Re: Reading Sun tapes on 4D/20 Summary: Try This ... Message-ID: <31086@sgi.SGI.COM> Date: 21 Apr 89 14:47:14 GMT References: <1676@blake.acs.washington.edu> Sender: daemon@sgi.SGI.COM Distribution: usa Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 14 IRIS tapes are byte-swapped versus Sun tapes, which may be the root of your problem (the drive knows what kind of tape it is; the OS doesn't). Simplest way to deal with it is with 'dd', as in: dd if=/dev/tape conv=swab bs=4k | tar xvf - -- Jim Barton Silicon Graphics Computer Systems "UNIX: Live Free Or Die!" jmb@sgi.sgi.com, sgi!jmb@decwrl.dec.com, ...{decwrl,sun}!sgi!jmb "I used to be disgusted, now I'm just amused." - Elvis Costello, 'Red Shoes' --