home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / admin / 5944 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.3 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!swrinde!elroy.jpl.nasa.gov!decwrl!csus.edu!netcom.com!netcomsv!sjsumcs!rick
  2. From: rick@sjsumcs.sjsu.edu (Richard Warner)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Help! Untarring a SGI tape on a Sparc
  5. Message-ID: <1992Aug29.143857.27008@sjsumcs.sjsu.edu>
  6. Date: 29 Aug 92 14:38:57 GMT
  7. References: <wycn8yb@lynx.unm.edu> <1992Aug27.215111.1107@zia.aoc.nrao.edu>
  8. Organization: San Jose State University - Math/CS Dept.
  9. Lines: 20
  10.  
  11. rmilner@zia.aoc.nrao.edu (Ruth Milner) writes:
  12.  
  13. >In article <wycn8yb@lynx.unm.edu> john@aquarius.unm.edu (John Prentice) writes:
  14. >>checksum error.  I have seen this problem before.  It has to do with SGI
  15. >>writing its integers with the byte order different than the Sun.  
  16.  
  17. >   dd if=/dev/nrst0 conv=swab | tar xvf -
  18. >         ^^^^^^^^^^
  19. >        your tape name here
  20.  
  21. >"swab" means SWAp Bytes. "dd" is a very useful program for a lot of things.
  22.  
  23. >I thought that SGI fixed this a couple of years ago. Are you running an old
  24. >release of IRIX? Or did they not do what they said they were going to?
  25.  
  26. They do have the non-swapping device driver /dev/tapens, but /dev/tape is
  27. the default and does the swapping. 
  28.  
  29. >Ruth Milner                          NRAO/VLA                  Socorro NM
  30. >Computing Division Head      rmilner@zia.aoc.nrao.edu
  31.