home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / WDIGITAL.ZIP / WDFMT.TXT < prev   
Encoding:
Text File  |  1986-08-12  |  914 b   |  24 lines

  1. The WDFMT program is a versatile formatting utility which does a low-level
  2. format of the C drive.  The program does a format pass, followed by a
  3. verify pass in which each sector on the drive is read 3 times.  Any errors
  4. resulting from this verify pass are reported, and may be mapped out.  The
  5. user may also specify other tracks to map bad in addition to, or instead 
  6. of, the tracks found during the verify pass.  There are clear prompts for
  7. user interaction throughout the program.
  8.  
  9. The program is started by typing:
  10.  
  11.     WDFMT [cylinders[ heads [sectors[ interleave]]]]
  12.         (brackets denote optional parameters)
  13.  
  14. The default parameters are as follows:
  15.     Cylinders: 500           Heads: 4
  16.       Sectors:  34      Interleave: 3
  17.  
  18. Parameters are parsed in order.  Those not specified are defaulted.
  19.  
  20. Example:
  21.  
  22.     WDFMT 612 4 17 2
  23.     Formats drive with 612 cylinders, 4 heads, 17 sectors, interleave of 2.
  24.