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

  1.  
  2. ARTICLE-ID:Q96552
  3. TITLE     :What Defragmentor Does & How It Works with 3rd-Party Utilities
  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. Microsoft Defragmenter reorganizes data on MS-DOS drives so that it
  14. can be retrieved faster.
  15.  
  16. MS-DOS organizes data on the hard disk into a series of clusters
  17. (allocation units) and then tracks which files are using which
  18. clusters through directory structures and the file allocation tables
  19. (FATs). Neither users nor applications need to know exactly where
  20. specific data is located on the hard disk. When an application needs a
  21. file, it simply asks MS-DOS to get it.
  22.  
  23. Over time, pieces of files may be spread all over the hard disk. When
  24. this occurs, retrieving files requires more time. Defragmenter
  25. reorganizes the clusters for faster access. (For example, information
  26. is stored at the front of the disk, and parts of files are regrouped
  27. together). Defragmenter uses interrupt calls 25H and 26H to move the
  28. information stored in one cluster to another, directly updating the
  29. FATs and directory structures.
  30.  
  31. Defragmenter operates at nearly the same level as MS-DOS. However, it
  32. is still uses MS-DOS and is protected from direct interactions with
  33. the following:
  34.  
  35.  - Third-party partitioning utilities that modify or translate disk
  36.    geometry (such as Disk Manager and SpeedStor).
  37.  
  38.  - DoubleSpace and third-party drive compression utilities.
  39.  
  40. Additional reference words: 6.00 3rd-party
  41.