Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!ispi!jbayer From: jbayer@ispi.UUCP (Jonathan Bayer) Newsgroups: comp.unix.xenix Subject: Re: SCO Xenix tar reading SUN tapes Message-ID: <1624@ispi.UUCP> Date: 29 Jun 90 11:12:56 GMT References: <87@joymrmn.UUCP> Organization: Intelligent Software Products, Inc. Lines: 24 root@joymrmn.UUCP (Marcel D. Mongeon) writes: >I have a number of 60MB tapes which were written on a SUN. (I have >no idea which one). They were written in tar format. When I use >tar under Xenix 386, they come up as unreadable. The bytes might be swapped. Try reading one tape into the system using dd, using the "conv=swab" option, then look at the resulting file. or you could use the following command: dd if=/dev/rct0 conv=swab | tar tvf - JB -- Jonathan Bayer Intelligent Software Products, Inc. (201) 245-5922 500 Oakwood Ave. jbayer@ispi.COM Roselle Park, NJ 07204