home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8452 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. From: kinsell@hpfcso.FC.HP.COM (Dave Kinsell)
  2. Date: Thu, 23 Jul 1992 18:40:33 GMT
  3. Subject: Re: moving tar file on DAT (4mm) tape between HP and SGI???
  4. Message-ID: <7371166@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!kinsell
  7. Newsgroups: comp.sys.hp
  8. References: <fish.711910541@news2.gsfc.nasa.gov>
  9. Lines: 18
  10.  
  11. In comp.sys.hp, fish@daacdev1.stx.com writes:
  12.  
  13. > hi, i'm trying to write a tar archive to a 4mm DAT tape on
  14. > an HP 720 (hpux 8.05) and then read it on an SGI 440s (irix
  15. > 4.0.1) and it sez: checksum error, giving up...
  16. > i just used plain old tar cvf to create it on the HP and then
  17. > checked it with tar tvf and all was fine then came over to 
  18. > the SGI and it won't read it (even dd won't read anything off
  19. > of it)  - any ideas?
  20.  
  21. I'll bet you're not using an HP dat drive.  Tar tvf sends out a
  22. write 0 filemarks command, conventionally used by drivers to flush
  23. buffers.  Some drives write 0 filemarks, then write an EOD mark.
  24. This clobbers all your data.  Try skipping the tvf pass, or write
  25. protect the cartridge first.
  26.  
  27. Dave Kinsell 
  28.