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

  1. Path: sparky!uunet!noc.near.net!sol!sol.aer.com!george
  2. From: george@tusk.med.harvard.edu (George Planansky)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Help! Untarring a SGI tape on a Sparc
  5. Message-ID: <GEORGE.92Sep4124657@tusk.med.harvard.edu>
  6. Date: 4 Sep 92 16:46:57 GMT
  7. References: <wycn8yb@lynx.unm.edu> <1992Aug27.215111.1107@zia.aoc.nrao.edu>
  8.     <1992Aug29.143857.27008@sjsumcs.sjsu.edu>
  9. Sender: news@sol.AER.COM
  10. Organization: Harvard Medical School, Boston MA
  11. Lines: 35
  12. In-reply-to: rick@sjsumcs.sjsu.edu's message of 29 Aug 92 14:38:57 GMT
  13.  
  14.  
  15.    In article <1992Aug29.143857.27008@sjsumcs.sjsu.edu> rick@sjsumcs.sjsu.edu (Richard Warner) writes:
  16.  
  17.    rmilner@zia.aoc.nrao.edu (Ruth Milner) writes:
  18.    
  19.    >In article <wycn8yb@lynx.unm.edu> john@aquarius.unm.edu (John Prentice) writes:
  20.    >>checksum error.  I have seen this problem before.  It has to do with SGI
  21.    >>writing its integers with the byte order different than the Sun.  
  22.    
  23.    >   dd if=/dev/nrst0 conv=swab | tar xvf -
  24.    >         ^^^^^^^^^^
  25.    >        your tape name here
  26.    
  27.    >"swab" means SWAp Bytes. "dd" is a very useful program for a lot of things.
  28.    
  29.    >I thought that SGI fixed this a couple of years ago. Are you running an old
  30.    >release of IRIX? Or did they not do what they said they were going to?
  31.    
  32.    They do have the non-swapping device driver /dev/tapens, but /dev/tape is
  33.    the default and does the swapping. 
  34.    
  35.    >Ruth Milner                          NRAO/VLA                  Socorro NM
  36.    >Computing Division Head      rmilner@zia.aoc.nrao.edu
  37.  
  38. Here's what I use to read sun tapes via an sgi tape drive:
  39.  
  40. # to get sun cartridge tape tar files from SGI's
  41. alias gettarsgi 'rsh -n \!:1 dd if=/dev/nrtapens bs=20b | tar xvBfb - 20'
  42. --
  43. George Planansky
  44. Department of Biological Chemistry & Molecular Pharmacology
  45. Harvard University Medical School, 240 Longwood Ave., Boston, MA 02115
  46. email: gplanansky@tusk.med.harvard.edu
  47. phone: (617) 432-3919
  48. fax:   (617) 432-4360
  49.