home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL29.ARJ / VOL2951 < prev    next >
Text File  |  1992-01-07  |  5KB  |  120 lines

  1.  
  2. P r o g r a m m a T h e e k volume 2951
  3.  
  4.  
  5. Titel: Hard disk optimizers, (interleave) utilities
  6.  
  7. Number  Name            Size    Date    Comments
  8.         CATALOG  951     1090   3-10-90 This list
  9. 2951.01 CHECKBAK COM     2617   1-02-86 Checks Archive Bit  of file
  10. 2951.02 DELDIR   COM     3058  12-04-86 Delete subdirectory together with all
  11.                                     children
  12. 2951.03 DISKPERF TXT     3810  12-27-86 Notes about  interleave and HD speed
  13. 2951.04 DOG      ZIP    35126   3-09-90 DOG - Disk  OrGanizer, safe (slow?)
  14.                     optimizer
  15. 2951.05 GO       BAT      860  10-09-86 Start utils
  16. 2951.06 IAU      ZIP    66938   3-09-90 Interleave  Adjustment
  17. 2951.07 ILEAVE   TXT       25  11-10-88 Intro about  interleave
  18. 2951.08 LISTFRAG COM     2760  12-04-86 List fragmented  files
  19. 2951.09 NAMEDIR  COM     2873  12-04-86 Rename subdirectory
  20. 2951.10 PACKDISK COM     4736  12-04-86 Disk optimizer
  21. 2951.11 PARK     COM      372  12-04-86 Park harddisk heads
  22. 2951.12 PKUNZIP  EXE    21440   7-21-89 Needed to unpack  .ZIP files
  23. 2951.13 README            299  12-11-86 Intro utilities
  24. 2951.14 SST      ZIP    28832   3-09-90 Fast disk optimizer  (risky)
  25. 2951.15 TRANSDIR COM     3776  12-04-86 Kind of XCOPY
  26. 2951.16 UTILS    DOC    23458   2-22-89 Desc of "PACKDISK utilities"
  27.         VOL2951  ABS     3917   3-10-90 Disk abstract by M.
  28.                18 File(s)    144384 bytes free on volume  VOL2951
  29.  
  30.                     *** DOG - Disk OrGanizer ***
  31.  
  32.      A disk that has been in use a while will have  fragmented files and
  33.         directories; that is, some of its files  and directories are no longer
  34.         written in contiguous disk  clusters, but are located wherever DOS was
  35.         able to find  available disk space. This increases the time required
  36.         to  access any of that data, puts more wear on your disk drive's  head
  37.         actuator and increases the noise generated by the disk.
  38.  
  39.      Disk OrGanizer will help you speed up your disk access  times by
  40.         defragmenting files and removing deleted entries  from directories. It
  41.         will also allow you to determine the order of files and subdirecto-
  42.     ries.
  43.         It can also free some  disk space by truncating subdirectories. A nice
  44.         side effect  of this is that non-fragmented files are much easier to 
  45.         recover with the many unerase programs available.
  46.  
  47.                *** SST - The Seek Stopper ***
  48.  
  49. SST is a program that is designed to reorganize a DOS disk  so that it will
  50. run "Faster". Normal daily use of a disk  will produce a disk  with many 
  51. fragmented  files  and  subdirectories. Simply put, these are files that are
  52. not  completely contiguous or together, but are spread out all
  53. over the disk. These fragmented files and subdirectories  slow disk access
  54. down because DOS must tell the Disk  Head  to  Seek to other parts of the disk
  55. to pick up other parts  of the same file.  
  56.   For example, your disk might have three files on it that  we will call A,B,
  57. and C.  Different parts might be arranged  as follows....
  58.  
  59. AAAAAAABBBBBBBBAAAC CCAAABBBB     CCC
  60.  
  61. SST  would reorganize the three files so that all of their  parts would be
  62. contiguous....
  63.  
  64. AAAAAAAAAAAAABBBBBBBBBBBBCCCCCC
  65.  
  66. This change would shorten the amount of time that it takes  DOS to read in the
  67. file. If a subdirectory is fragmented,  fixing it will speed up disk access
  68. time even more  noticeably!
  69. Some disk optimization programs use the slower and safer  method of buffering
  70. file data to the disk. While this  practically eliminates the chances of data
  71. losses because of  accidents such as power failures, it makes the program run
  72. incredibly slow on a nearly full disk.
  73.  
  74. WARNING:  It is strongly advised that the user back up his  disk before using
  75. SST. Since SST buffers all Data, Tables,  and Directories to Memory,
  76.  
  77. IF  A  POWER FAILURE OCCURS WHILE CLUSTER SWAPPING  IS  IN
  78.           ACTION... ALL DATA WILL BE LOST.
  79.  
  80. The Same thing goes for ANY interruption during the SWAP  procedure.  Simply
  81. LEAVE SST alone after pressing "Y" when  prompted!
  82.  
  83.           *** IAU - Interleave Adjustment Utility ***
  84.  
  85. IAU is a program which changes the physical  arrangement  of
  86. data on the computer's hard disk in order for the CPU to  be
  87. able to access (read and write) the data in the least amount
  88. of time.  This causes the computer system to operate in  the
  89. fastest possible manner.
  90.  
  91. This manual describes some basics of  hard  disk  operation.
  92. Then it explains what the "interleave factor" is, and why it
  93. might be changed.  A description of the  software  algorithm
  94. follows.
  95.  
  96.  
  97.           PACKDISK Utilities
  98.  
  99. DELDIR     ∙   Deletes a subdirectory together with its files  and
  100.                subdirectories.
  101.  
  102. LISTFRAG   ∙   Lists all fragmented files in the drive.
  103.  
  104. NAMEDIR    ∙   Renames a subdirectory.
  105.  
  106. PACKDISK   ∙   Eliminates file fragmentation in the drive.
  107.  
  108.            ∙   Eliminates unallocated spaces between files.
  109.  
  110.            ∙   Re-integrates lost clusters (file allocation
  111.                units) into the available space on the disk.
  112.  
  113.            ∙   Packs the root directory and subdirectories  and
  114.                frees subdirectory trailing clusters.
  115.  
  116. TRANSDIR   ∙   Transfers a subdirectory together with its  files
  117.                and subdirectories into another directory in  the
  118.                same drive.
  119.  
  120. PARK       ∙   Parks disk(s) before power off.