What did you expect chkntfs /D to do? A power outage is not guaranteed to
set the dirty bit.
From a command prompt;
fsutil dirty query C:
to check the state of the dirty bit.
If a volume's dirty bit is set, this indicates that the file system may be
in an inconsistent state. The dirty bit can be set because the volume is
online and has outstanding changes, because changes were made to the volume
and the computer shutdown before the changes were committed to disk, or
because corruption was detected on the volume. If the dirty bit is set when
the computer restarts, chkdsk runs to verify the consistency of the volume.
When Autochk runs against a volume at boot time it records its output to a
file called Bootex.log in the root of the volume being checked. The Winlogon
service then moves the contents of each Bootex.log file to the Application
Event log. One event log message for each volume checked is recorded. So
check the application event log.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
| Well, it's been a while, but a power outage finally happenned, and
| guess what, it didn't work, chkdsk did not automatically run for EITHER
| of the drives (I want it to run for both), I had to start up into
| windows (having all my startup programs potentially corrupt their
| various files by writing to them early), go to the command prompt, and
| put in chkdsk /f on each drive and then restart.
|
| Is an automatic scan really only a feature of Windows 98? Kind of sad
| that it has been removed.