If you want to actually SEE the results of chkdsk BEFORE you run it at boot
(when I agree - it gives you no time to see)
Open a Command Prompt (by typing "cmd.exe" into the "Run" box on the Start
Menu).
Type in the Command Prompt the following command :
CHKDSK /V C:
The results you get after running this command will show you whether or not
there are errors on the disk that need to be fixed and, in many cases, the
type of error (but will not fix them).
If this command reports back that there ARE errors on that disk (and will
say "You should run chkdsk again with the /f switch"), then either :
run the command again from the Command Prompt but use instead :
CHKDSK /F C:
It will say that the drive is in use and ask if it can be run at next boot
(usually only apllies to C: drive, you may usually be able to check *and*
fix non-system [c:] drives) So press "Y" to select "Yes" to run chkdsk /f
at next boot.
....or :
Select "Error-Checking" from the "Tools" tab on a drive's "Properties" page
(right-click on a drive in Explorer and choose "Properties"). And
checkmark the top box labeled "Fix file-system errors" and press [ok].
Again,you will be asked if it can run at next boot as the [C:] drive is in
use, but will go ahead for other (non c

drives.
Both methods will result in chkdsk being run in "fix" mode at next
boot-time.
*NB Also - I belive that if chkdsk is run at boot - the results that scroll
too fast to be able to take in - are always reproduced in the Event Viewer
as well....
Type "eventvwr.msc" into the "Run" box on the Start Menu and look under
"Application" for an event "Winlogon" code 1001 and just check the date and
time of the entry to match it to the one you missed.
A typical "Winlogon 1001" Event Viewer entry might look like this :
Checking file system on \DosDevices\C:
The type of the file system is NTFS.
Volume label is SYSTEM.
Cleaning up minor inconsistencies on the drive.
Cleaning up 4 unused index entries from index $SII of file 0x9.
Cleaning up 4 unused index entries from index $SDH of file 0x9.
Cleaning up 4 unused security descriptors.
CHKDSK is verifying Usn Journal...
Usn Journal verification completed.
39070048 KB total disk space.
32962572 KB in 91908 files.
43480 KB in 6970 indexes.
0 KB in bad sectors.
261476 KB in use by the system.
65536 KB occupied by the log file.
5802520 KB available on disk.
4096 bytes in each allocation unit.
9767512 total allocation units on disk.
1450630 allocation units available on disk.
==
Cheers, Tim Meddick, Peckham, London.
