home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / HDPRP45.ZIP / HDPREAT.DOC next >
Encoding:
Text File  |  1985-08-16  |  2.7 KB  |  69 lines

  1. 1.            AT  HARD DISK PREPARATION program 1.0
  2.                   KFH ASSOCIATES,           1985
  3.                   2771, Middleborough
  4.                   SAN JOSE, CA 95132
  5.  
  6.                    FOR IBM AT & COMPATIBLES
  7.                    PC and XT needs HDPREP.exe
  8.                          DOS 2.0/2.1/3.0/3.1
  9.  
  10.                   ** If you think the program is useful  to you,
  11.                      $35.00 donation to    H. King   at above
  12.                      address will register for updating service
  13.  
  14.  
  15. 2.  The program READ in the hard disk drive parameters from the
  16.     controller to determine the available number of heads and cylinders
  17.     for each attached drive, if the controller follows the IBM BIO
  18.     convention. Otherwise, the program defaults to 2 head and 100
  19.     cylinders for each drive. When this happens, the controller usually
  20.     has problem.
  21.  
  22.  
  23. 3.  Hard disk preparation uses the controller default parameters in the
  24.     BIOS.
  25.  
  26. Instructions:
  27.  
  28. The program is manual driven and self explanatory. The following is a
  29. summary.
  30.  
  31. Options:
  32.  
  33. 1. Select the drive to be operated on. Drive 0 is the first hard disk
  34.    drive attached to the controller (usually the C:), Drive 1 is the
  35.    second one (usually the D:).
  36.  
  37. 2. Perform the controller FORMAT of the specified drive by option 1.
  38.    See option 3. Run FDISK and Dos FORMAT after this step.
  39.    Bad track locations can be input at this step and the program
  40.    will use the input to mark the bad ones accordingly.
  41.  
  42. 3. Perform the controller FORMAT of the specified drive by option 1
  43.    and scan the disk for bad tracks and mark them bad. Run FDISK and
  44.    DOS FORMAT after this step. This option 3 is preferred to option 2.
  45.    In the begining of this step, you can enter the bad tracks if you
  46.    already know them.  This step marks  any bad track found,
  47.    the ones you entered,  at the end of the process.
  48.  
  49. 4. Move the head to track 0 for the specified drive.
  50.  
  51. 5. Exit this program.
  52.  
  53. 6. Set the interleave number for the controller FORMAT. The default is
  54.    6 which is used by IBM PC/XT. Do not use other number unless you
  55.    have enough knowedge on the controller. Adaptec controller can use
  56.    interleave 2.
  57.  
  58. 7. If you know a specific track and head location is bad, you can use
  59.    this option to mark the track bad. Use DOS FDISK AND FORMAT after
  60.    this step.
  61.  
  62. 8. If you want to remark a bad track to reuse the track, you can use this
  63.    option. This option can not physically correct the defect track.
  64.  
  65. 9. The same operation as the option 3, except during the verify process
  66.    more data patterns are used. The process can take twice longer then
  67.    the option 3. Usually, the option 3 is good enough.
  68.  
  69.