Reading Sun tapes on 4D/20

Jim Barton jmb at patton.SGI.COM
Sat Apr 22 00:47:14 AEST 1989


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 at sgi.sgi.com, sgi!jmb at decwrl.dec.com, ...{decwrl,sun}!sgi!jmb

  "I used to be disgusted, now I'm just amused."
			- Elvis Costello, 'Red Shoes'
--



More information about the Comp.sys.sgi mailing list