home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9165 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.0 KB  |  27 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cs.utexas.edu!milano!cactus.org!craig
  3. From: craig@cactus.org (Craig T. Anderson)
  4. Subject: Re: Reading Sun 8mm tape on RS6000
  5. Message-ID: <1992Aug28.022854.18481@cactus.org>
  6. Organization: Capital Area Central Texas UNIX Society, Austin, Tx
  7. References: <1992Aug27.121808.238@dct.ac.uk>
  8. Date: Fri, 28 Aug 1992 02:28:54 GMT
  9. Lines: 16
  10.  
  11. In article <1992Aug27.121808.238@dct.ac.uk> mcramm@dct.ac.uk writes:
  12. >I'm trying to read an 8mm (Exabyte) tape written using tar on a Sun4
  13. >with (I think) the tape drive set to variable byte per block in hardware.
  14. >It was written to /dev/nsrmt0 using SunOs4.1.x tar.
  15. >
  16. >The problem is that I'm trying to read it on our RS/6000 (Mdl 530) and can't
  17. >get anything to read bytes from the tape. I've tried using smit, chdev [...]
  18.  
  19. No matter what the block size the tape was written with you can read it
  20. with the following command (works only on 8mm drives):
  21.     chdev -l rmt0 -a block_size=0
  22.     dd if=/dev/rmt0 bs=256k | tar -tvf -
  23.  
  24. -Craig
  25. -- 
  26. Craig Anderson     craig@cactus.org
  27.