Windows Server 2003 resource kit has a wonderful tool call "VRFYDSK". This
will create a shadow copy of the volume and run CHKDSK on that shadow copy.
Unfortunately this is not available for W2K.
The resource kit is available for download at:
http://www.microsoft.com/downloads/d...displaylang=en
--
Thanks,
Vishal Ghotge [MSFT]
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Phil Barila" <(E-Mail Removed)> wrote in message
news:Ho2dnephaP653dndRVn-(E-Mail Removed)...
> "Florian" <(E-Mail Removed)> wrote in message
> news:FvG0c.13813$(E-Mail Removed)...
>> Thanks for your reply. I have found the official chkdsk reference for
>> Windows Server 2003 in the meantime and realized that chkdsk.exe cannot
>> be
>> trusted if processes are accessing the file system when it runs, only a
>> chkdsk /f is reliable.
>>
>> I was just under the impression that the OS should know whether the FS is
> OK
>> or not - even when processes are accessing the file system. But then
> again,
>> I know too little about FS to really make a case here :-)
>
> The short answer for why it can't is that chkdsk can't take a complete
> snapshot of the entire FS in a short enough time to guarantee that it's a
> fully consistent state. If there's the possibility that any other process
> is doing something to the FS, the FS state can change between when chkdsk
> starts and when it's done. So the net effect is that even though the FS
> is
> always consistent, chkdsk sees some apparent inconsistencies due to the FS
> changing while chkdsk is working.
>
> The long answer is just like that, only more words! :-)
>
> Phil
> --
> Philip D. Barila Windows DDK MVP
> Seagate Technology, LLC
> (720) 684-1842
> As if I need to say it: Not speaking for Seagate.
> E-mail address is pointed at a domain squatter. Use reply-to instead.
>
>