home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9861 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.9 KB

  1. Path: sparky!uunet!kithrup!stanford.edu!agate!ames!sun-barr!olivea!sgigate!odin!fido!zola!zuni!anchor!olson
  2. From: olson@anchor.esd.sgi.com (Dave Olson)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: What is the default blocksize on HP DAT tapes ?
  5. Message-ID: <p6se2ls@zuni.esd.sgi.com>
  6. Date: 30 Aug 92 00:57:41 GMT
  7. References: <BtLL1z.HI7@news.cso.uiuc.edu>
  8. Sender: news@zuni.esd.sgi.com (Net News)
  9. Organization: Silicon Graphics, Inc.  Mountain View, CA
  10. Lines: 31
  11.  
  12. In <BtLL1z.HI7@news.cso.uiuc.edu> e-sink@uiuc.edu (Eric W. Sink) writes:
  13.  
  14. | I'm writing 4mm DAT tapes on my Indigo, and reading them on HP's.
  15. | To get them to read on the HP, I have to set the blocksize to 256k
  16. | manually, since that is apparently the default blocksize for the
  17. | SGI, but the HP is something else.  I would rather force the blocksize
  18. | on the SGI side, allowing the HP to read the tapes more easily.  So,
  19. | what is the default blocksize for HP DAT tapes ?
  20. | SGI:
  21. | tar cvf - MYFILE | dd of=/dev/tape bs=?????
  22.  
  23. My god, why would you do it like that!  It complicates error
  24. recovery/handling , eats up CPU resources, and is probably slower.
  25.  
  26. What is wrong with 'tar cvfb /dev/tape # MYFILE'?  We default
  27. to 256 Kbytes (# == 512) if the b option is not specified when
  28. the drive is a DAT.  That is half the size of the RAM buffer
  29. on the drive.  By default, we write in variable block size, so
  30. you get 'blocks' that are actually 256 Kbytes.  Some vendors
  31. hardware and/or drivers can't cope with that (Sun has to be
  32. less than 64 Kbytes - 2, at least, up through SunOS 4.1.X).
  33. Some versions of tar also have a maximum block size that they
  34. will tolerate.  So the best thing to do is to simply choose
  35. a block size such that the machines you want to exchange tapes
  36. with can handle it.
  37. --
  38. Let no one tell me that silence gives consent,  |   Dave Olson
  39. because whoever is silent dissents.             |   Silicon Graphics, Inc.
  40.     Maria Isabel Barreno                        |   olson@sgi.com
  41.