Thread: Re: CHKDSK
View Single Post
  #3  
Old 01-05-2006, 05:44 AM
Wesley Vogel
 
Posts: n/a
Default Re: CHKDSK

Don't bother even running CHKDSK in read-only mode.

Read-only mode is the same thing as...
In My Computer or Windows Explorer | Right click volume | Properties | Tools
tab | Check Now | And selecting neither option.
or
Running chkdsk from a command prompt with no switches i.e. CHKDSK C:

Reasons for not running CHKDSK in read-only mode.

[[Chkdsk might not accurately report information in read-only mode.]]
From...
Chkdsk
http://www.microsoft.com/resources/d...b_tol_pwfd.asp

[[If you run chkdsk without the /f command-line option on an active
partition, it might report spurious errors because it cannot lock the
drive.]]

[[Using chkdsk with open files
If you specify the /f command-line option, chkdsk sends an error message if
there are open files on the disk. If you do not specify the /f command-line
option and open files exist, chkdsk might report lost allocation units on
the disk. This could happen if open files have not yet been recorded in the
file allocation table. If chkdsk reports the loss of a large number of
allocation units, consider repairing the disk.]]
From...
Chkdsk
http://www.microsoft.com/resources/d...us/chkdsk.mspx

[[In read-only mode, CHKDSK quits before it completes all three phases if it
encounters errors in earlier phases, and CHKDSK is prone to falsely
reporting errors. For example, CHKDSK may report disk corruption if NTFS
happens to modify areas of a disk while CHKDSK is examining the disk. For
correct verification, a volume must be static, and the only way to guarantee
a static state is to lock the volume. CHKDSK locks the volume only if you
specify the /F switch (or the /R switch, which implies /F). You may need to
run CHKDSK more than once to get CHKDSK to complete all its passes
in read-only mode. ]]
From...
An Explanation of the New C and I Switches That Are Available to Use with
Chkdsk.exe
http://support.microsoft.com/default...b;en-us;314835

To take advantage of all the Chkdsk parameters, use the command-line version
of Chkdsk.

Describes how to use the chkdsk command at the command line.
http://www.microsoft.com/windowsxp/h.../en/chkdsk.asp


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:fd9sm1lssjcnn242d0plptjvsa7g41p4ss@4ax.com,
Dr Teeth <no.email.here.please@tardis.com> hunted and pecked:
> I did chkdsk /r before converting and did a chkdsk /f after. No errors
> found.
>
> I have often found that chkdsk reports error when run in windows
> (read-only mode) and does not when run as chkdsk /f or chkdsk /r at
> boot up; on a FAT32 or NTFS file system.
>
> Today is the first time that an apparent read-mode error has made
> chkdsk abort.
>
> Will try chkdsk /r later. I have defragged the drive after conversion
> and I would have expected not to do so if there had been any file
> system errors.
>
>
>
> --
> Cheers,
>
> Guy
>
> ** Stress - the condition brought about by having to
> ** resist the temptation to beat the living daylights
> ** out of someone who richly deserves it.


Reply With Quote