home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14248 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. From: cary@hpcuhe.cup.hp.com (Cary Coutant)
  2. Date: Fri, 18 Dec 1992 18:45:54 GMT
  3. Subject: Re: HP720 dump to 4mm DAT - what parameters to use?
  4. Message-ID: <31480303@hpcuhe.cup.hp.com>
  5. Organization: Hewlett Packard, Cupertino
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpcss01!hpcuhe!cary
  7. Newsgroups: comp.sys.hp
  8. References: <Dec17.150230.51178@yuma.ACNS.ColoState.EDU>
  9. Lines: 51
  10.  
  11. > I finally got a response from HP.  They say that the formula 
  12. > to use to calculate the size of a tape in feet is
  13. >             capacity(in bytes)     
  14. >     size = --------------------
  15. >             density x 12 
  16.  
  17. This doesn't account for the inter-record gap that dump assumes
  18. for 9-track tapes.
  19.  
  20. dump assumes an inter-record gap (IRG) of 0.3 in for density = 6250,
  21. 0.7 in otherwise.
  22.  
  23. dump uses a default blocking factor of 10 for density < 6250,
  24. 32 otherwise.
  25.  
  26. Here's how I calculate the effective length of a DDS tape:
  27.  
  28.     density = 6250
  29.     blocking factor = 32 (default)
  30.     assumed IRG = 0.3 in
  31.  
  32.     Block length = (32K bytes/block) / (6250 bytes/in) + (0.3 in) = (5.54 in)
  33.  
  34.     Effective tape length =
  35.     (1.3G bytes) / (32K bytes/block) * (5.54 in/block) = (18325 ft)
  36.  
  37.  
  38. > Therefore one set of dump parameters for 1.3GByte DAT that
  39. > takes advantage of the default density and blocking values are 
  40. >     length = 72700
  41. >     density = 1600  (default)
  42. >     block size = 32 (default)
  43.  
  44. At 1600 bpi, the default blocking factor is just 10.  Using your figures,
  45. though, I calculate:
  46.  
  47.     density = 1600
  48.     blocking factor = 32
  49.     assumed IRG = 0.7 in
  50.  
  51.     Block length = (32K bytes/block) / (1600 bytes/in) + (0.7 in) = (21.18 in)
  52.  
  53.     Effective tape length =
  54.     (1.3G bytes) / (32K bytes/block) * (21.18 in/block) = (70022 ft)
  55.  
  56.  
  57. Cary Coutant
  58. Hewlett-Packard
  59. California Language Lab
  60.