home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / ERASCHK2.ZIP / ERASECHK.DOC < prev    next >
Encoding:
Text File  |  1986-02-15  |  1.0 KB  |  18 lines

  1.     The ERASECHK program will measure the effectiveness of bulk
  2.   erasure of a floppy disk. If you have sensitive data, it would be
  3.   wise to test a floppy after using an eraser to make sure no data
  4.   remains on the disk.
  5.  
  6.     The program is written in Turbo Pascal (version 3.0) and runs
  7.   under IBM PC-DOS, but it should also work under MS-DOS on IBM-
  8.   PC clones and will probably run under Turbo 2.0. Currently the B:
  9.   drive is hardcoded into the program as the drive the erasechk will
  10.   be performed on.  
  11.  
  12.     ERASECHK attempts to read each sector on a disk and summarizes
  13.   the results. A normal 360k-byte disk has 720 sectors (40 tracks x  2 
  14.   heads x 9 sectors/track), each of which will be readable (return   
  15.   code 0). A blank disk will have 720 "address mark not found" errors
  16.   (return code 2). Partially erased disks will have mixed results:
  17.   some sectors will be missing, others will have CRC (cyclic redundancy
  18.   check) errors (return code 16), and some will be unaffected.