This error message that is reported by the
chkdsk command may safely be ignored. This error message is typically a reporting error and not a functional error. However, to verify that this error message is only a reporting error, you must run the
chkdsk command together with the
/v (verbose) switch and then examine the output. To do this, follow these steps:
- At a command prompt, type chkdsk /v Drive_Letter.
Note Drive_Letter is the drive on which the chkdsk command reported the error. - Verify that you receive the following output:
The type of the file system is NTFS.
Volume label is SPARSE.
WARNING! F parameter not specified.
Running CHKDSK in read-only mode.
CHKDSK is verifying files (stage 1 of 3)...
File verification completed.
CHKDSK is verifying indexes (stage 2 of 3)...
Correcting sparse file record segment 29.
Index verification completed.
Errors found. CHKDSK cannot continue in read-only mode.
In this output, the "Correcting sparse file record segment 29" message confirms that this is a reporting error. In this case, you may safely ignore the error message that is mentioned in the 'Symptoms' section.