home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q96391 < prev    next >
Text File  |  1993-06-05  |  3KB  |  97 lines

  1.  
  2. ARTICLE-ID:Q96391
  3. TITLE     :DoubleSpace Estimated & Actual Compression Ratios             
  4.  
  5. --------------------------------------------------------------------
  6. The information in this article applies to:
  7.  
  8.  - Microsoft MS-DOS operating system version 6.0
  9. --------------------------------------------------------------------
  10.  
  11. Summary:
  12.  
  13. This article discusses common questions and issues with DoubleSpace
  14. actual compression ratio (ACR) and estimated compression ratio (ECR).
  15. The following three subjects are covered:
  16.  
  17.  - Actual Compression Ratio
  18.  - Estimated Compression Ratio
  19.  - Viewing and Changing the Compression Ratio
  20.  
  21. More Information:
  22.  
  23. Actual Compression Ratio
  24. ------------------------
  25.  
  26. The actual compression ratio (ACR) represents the compression ratio
  27. for data that already exists on a drive. The ACR varies over time
  28. depending on the type of files you store on you hard disk.
  29.  
  30. The ACR is calculated by dividing the sum of the uncompressed data
  31. size by the physical space consumed after the data is compressed. For
  32. example, if a disk with 100 megabytes (MB) of uncompressed data is
  33. compressed and occupies 50 MB of disk space, the compression ratio is
  34. 2:1. The formula is as follows:
  35.  
  36.    100MB/50MB =2.0
  37.  
  38.    Note: 2.0 is written as 2.0:1 (that is, 2 to 1)
  39.  
  40. Estimated Compression Ratio
  41. ---------------------------
  42.  
  43. The estimated compression ratio is a number that DoubleSpace uses to
  44. calculate the amount of free space on a compressed drive. Changing the
  45. ECR doesn't change the compression algorithm or the ACR. It simply
  46. changes the value that DoubleSpace uses to estimate the free disk
  47. space.
  48.  
  49. You may need to increase the compression ratio if you are trying to
  50. store several new highly compressible files and you are low on disk
  51. space.
  52.  
  53. For more information on ECR:
  54.  
  55.  - Run DoubleSpace, choose Change Ratio from the Drive menu, and then
  56.    press the F1 function key.
  57.  
  58.   -or-
  59.  
  60.  - Type "help dblspace /ratio" (without the quotation marks) at the
  61.    MS-DOS command prompt.
  62.  
  63. Viewing and Changing the Compression Ratio
  64. ------------------------------------------
  65.  
  66. To view the ACR and ECR for a drive, type "dblspace" (without the
  67. quotation marks) at the MS-DOS command prompt, select the drive you
  68. are interested in, and then press the ENTER key.
  69.  
  70. To view the ACR for a file or directory, use the DIR /C or DIR /CH
  71. command. For example, to see the ACR for COMMAND.COM, type the
  72. following at the MS-DOS command prompt:
  73.  
  74.    dir c:\command.com /ch
  75.  
  76. To view the ACR for the DOS directory, type the following at the
  77. MS-DOS command prompt:
  78.  
  79.    dir \dos /ch
  80.  
  81. Note: DIR /C reports the ACR of the compressed data based on an
  82. 8-kilobyte (K) cluster size. DIR /CH reports the ACR based on the
  83. compressed data based on the host drive cluster size. Use this number
  84. when you compare the ACR and ECR.
  85.  
  86. To set the ECR to the ACR value, type "dblspace /ratio" (without the
  87. quotation marks) at the MS-DOS command prompt.
  88.  
  89. To set the ECR to a specific value, type the following at the MS-DOS
  90. command prompt:
  91.  
  92.    dblspace /ratio=n.n
  93.  
  94. where "n.n" is the ECR value.
  95.  
  96. Additional reference words: 6.00
  97.