                                  Version 1.0c
Usage: FSCK [drive:] [option]
 OPTION: -sr show root sector info  
             Shows a list of all partitions (but primary and logical) - experts only
             
         -sb show boot sector info
             Shows important values of the boot sector - experts only

         -sd show dir info
             Walks through your directory tree without using DOS functions
             (hardly usefull - I made this an option, because it it part of
             the internal routines)

         -sf show fat info
             Shows a graphical map with the free and occupied areas of your disk.
             This may give you an indication about the fragmentation of your disk

         -cd check directories
             Examines the directory entries. If you have accessed a drive with 
             Win9x or WinNt, you may receive messages: "Reserved area not empty for
             xxxxxx.xxx". This is normal, because some parts of the extended
             filenames may be stored there. If you have a badly corrupted file
             system this check may encounter files containing illegal characters.
             
         -cf check fat
             This is the default option, if nothing else specified.
             The most usefull test. It looks for lost and crosslinked clusters.
             This may happen, if your computer crashes or reboots while a file
             has not been completely written. The file has ususally a size of 
             zero, but there is already space marked used. FSCK can free this
             used space with the additional option "-f". 
             
         -b  backup MBR&BOOT sector
             Another usefull function. You can backup the partition table and
             the boot sector of your disk. If one of these sector is lost or
             corrupted (a main target for viruses) your entire disk is 
             inaccessable. If you have this backup, your chances to recover the
             contents of the disk are increased. A file named "FSCK_BAK.BIN"
             is being created in the current directory.

         -r  restore MBR&BOOT sector
             Restores MBR and BOOT sector from the file created by the above 
             function. DON'T MIX UP FILES FROM DIFFERENT DRIVES. You should 
             reboot your computer after writing the sectors.


This program is Copyright 1994 - 2000, by Andreas Rosenberg, under the terms 
of the GNU General Public License.

This program comes as-is and without warranty of any kind.  The author of
this software assumes no responsibility pertaining to the use or mis-use of
this software.  By using this software, the user is understood to be
agreeing to the terms of the above.

                                 end of help