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

  1.  
  2. ARTICLE-ID:Q94357
  3. TITLE     :Difference Between DEFRAG and DBLSPACE /DEFRAGMENT            
  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. There are two ways to defragment a DoubleSpace drive. You can run
  14. DBLSPACE /DEFRAGMENT, or you can run Microsoft Defragmenter
  15. (DEFRAG.EXE).
  16.  
  17. More Information:
  18.  
  19. Files stored on a DoubleSpace drive become fragmented just as they do
  20. on a physical drive.
  21.  
  22. Microsoft Defragmenter (DEFRAG.EXE) makes files contiguous as far as
  23. MS-DOS is concerned, so files are contiguous in virtual clusters. For
  24. example, a DoubleSpace drive would go from
  25.  
  26.    H:\DBLSPACE.000: [1213--542---132-2--113---4 ]
  27.    C:               [1123156-1-13-5-1-2-3-1521--123------- ]
  28.  
  29. to this:
  30.  
  31.    H:\DBLSPACE.000: [1213--542---132-2--113---4 ]
  32.    C:               [111112222333344455556---------------- ]
  33.  
  34.    NOTE: In these examples, each number represents a piece of a file.
  35.          For example, each 1 indicates a piece of file 1.
  36.  
  37. DBLSPACE /DEFRAGMENT moves data within the compressed volume file
  38. (CVF), so that all the free space is at the end. Using the same
  39. example, the file would go from
  40.  
  41.    H:\DBLSPACE.000: [1213--542---132-2--113---4 ]
  42.    C:               [1123156-1-13-5-1-2-3-1521--123------- ]
  43.  
  44. to this:
  45.  
  46.    H:\DBLSPACE.000: [121354213221134----------- ]
  47.    C:               [1123156-1-13-5-1-2-3-1521--123------- ]
  48.  
  49. If you type DEFRAG to defragment a DoubleSpace drive, Defragmenter
  50. runs DBLSPACE /DEFRAGMENT when it has completed. Once both types of
  51. defragmentation have been done, the sample file would look like this:
  52.  
  53.    H:\DBLSPACE.000: [121354213221134----------- ]
  54.    C:               [111112222333344455556---------------- ]
  55.  
  56. Note that files are contiguous on the virtual drive (drive C), but not
  57. within the CVF--free space is contiguous in both places.
  58.  
  59. Additional reference words: 6.00
  60.