home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 1 / 001.d81 / t.filescan < prev    next >
Text File  |  2022-08-26  |  976b  |  57 lines

  1.               FILESCAN
  2.               ========
  3.  
  4. Written by:  Joel Ellis Rea
  5.  
  6.  
  7.    FILESCAN is short for FILE SCANner,
  8.  
  9. and it does just that.  It will scan
  10.  
  11. through every block of a file (inclu-
  12.  
  13. ding side sectors of RELative files),
  14.  
  15. and report any errors.  By measuring
  16.  
  17. the time it takes to get a correct
  18.  
  19. read, FILESCAN also reports marginal
  20.  
  21. blocks.  As it runs, FILESCAN displays
  22.  
  23. the type of the file, the number of
  24.  
  25. blocks, and the track and sector of
  26.  
  27. each block as it scans that block.  If
  28.  
  29. it finds an error, it tells the type
  30.  
  31. of error.
  32.  
  33.  
  34.    FILESCAN treats READ ERROR #23's
  35.  
  36. as a special case.  Since that error
  37.  
  38. involves garbaged data in a block, as
  39.  
  40. opposed to the block itself being
  41.  
  42. garbaged, the block itself can be
  43.  
  44. easily fixed by writing the data
  45.  
  46. back onto the block.  The data remains
  47.  
  48. corrupted, however.  Try to fix the
  49.  
  50. block ONLY if you have another copy of
  51.  
  52. the file somewhere or don't need to
  53.  
  54. keep the file.
  55.  
  56. --------------------------------------
  57.