home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 152.lha / check.man < prev    next >
Text File  |  1988-04-26  |  3KB  |  75 lines

  1. NAME
  2.  
  3.      check - Check AmigaDOS disk structure for errors
  4.  
  5. SYNOPSIS
  6.  
  7.      check volume [show]
  8.  
  9. DESCRIPTION
  10.  
  11.      Check scans the filesystem specified by "volume" for inconsistencies.
  12.      All errors in the file structure, including any found in the
  13.      AmigaDos redundancy information are reported.
  14.  
  15.      No attempt is made to correct the errors.  A program like "sectorama"
  16.      or "diskx" can be used to edit disk blocks using the information obtained
  17.      from Check.
  18.  
  19.      If Check finds an error, it will ask for permission to continue.
  20.      Responding with a "n" will cause the current file to be skipped.
  21.      A "y" will cause Check to attempt to continue as if the current
  22.      block were correct.  (In general, "n" is a better response).
  23.  
  24.      The "show" command option will cause check to attempt to analyze
  25.      any blocks in which errors are found, in order to give an indication
  26.      of whether or not the block is seriously damaged.
  27.  
  28.      At the end of the disk scan, Check will prompt to check the
  29.      disk bitmap.  Usually, this is a good thing to do.  Certain
  30.      disks however, such as "kickbench" disks, will have a lot
  31.      of information here that isn't useful.  The result of a bitmap
  32.      scan is a list of 1) blocks that are in the bitmap but weren't
  33.      found (these will not cause serious problems, but may be lost
  34.      data from a previous problem) and 2) blocks that are
  35.      found but not in the bitmap (these WILL cause serious problems
  36.      because these blocks can be written over freely by AmigaDOS.
  37.  
  38.      Note that if you respond "y" to the "Continue [y/n]" prompt
  39.      at any time, you may come across more blocks of the second
  40.      type described above.
  41.  
  42.      After the bitmap scan is complete, Check prompts for the
  43.      block analysis phase.  During this phase, enter either a decimal
  44.      block number, or carriage return to quit.  Check will attempt to
  45.      classify the block into the proper block type.
  46.  
  47.      Check maintains a log file in RAM:check.log.  This log file is
  48.      closed after the bitmap scan, so you can refer to it during the
  49.      block analysis phase (using another AmigaDOS CLI).
  50.  
  51. FILES
  52.  
  53.      RAM:check.log    -  Log file produced by running Check
  54.  
  55. REFERENCES
  56.  
  57.      For a complete description of the AmigaDOS file system, consult the
  58.      "AmigaDOS Technical Reference Manual".
  59.  
  60. BUGS
  61.  
  62.      None known, however, Check will not work with Fast File System disks.
  63.      Has not been tested with partitioned disks, but has been tested
  64.      on a 40M hard disk, vd0:, and floppies.
  65.  
  66. AUTHOR
  67.  
  68.      Check V1.0 June 10, 1988 by:
  69.  
  70.      Jon L. Sherling
  71.      1 Thames Lane
  72.      Mount Holly, NJ 08060
  73.  
  74.      Source is available on request.
  75.