Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!fornax!chapman From: chapman@fornax.UUCP (John Chapman) Newsgroups: comp.unix.xenix Subject: Re: SCO Xenix tar reading SUN tapes Summary: oops Message-ID: <927@fornax.UUCP> Date: 8 Jul 90 03:47:18 GMT References: <87@joymrmn.UUCP> <1220@sixhub.UUCP> <926@fornax.UUCP> Organization: School of Computing Science, SFU, Burnaby, B.C. Canada Lines: 16 In article <926@fornax.UUCP>, chapman@fornax.UUCP (John Chapman) writes: > In article <1220@sixhub.UUCP>, davidsen@sixhub.UUCP (Wm E. Davidsen Jr) writes: > > In article <87@joymrmn.UUCP> root@joymrmn.UUCP (Marcel D. Mongeon) writes: . . . > You definitely need qic24 (rst8) so check that; but you will also probably have > to byte-swap the tape (I do), e.g. > > dd if=/dev/yourtape ibs=52100 conv=swab | tar tvf - > > on your 386. Hope this helps. > ooopppps, that should have been ibs=51200 (actually it will work without it but very slowly)