Windows – CHKDSK stop (no response) at stage 2 (verifying indexes)

chkdskntfswindows

I am using Windows 7. I was trying to synchronize the folder. Then the FreeFileSync freeze. I think there is some problem to my folder. Then I tried to copy the folder to another location. When calculating the size, the copying dialog freeze. So I suspect there is something wrong with the NTFS file system. So, I tried to use
CHKDSK /F g: (my target drive)
However, the CHKDSK is stopped at stage 2 (verifying indexes) for a long time. The stop I mean is no response.

Then I tried CHKDSK /F /R /X /V g:
Still the same.

The following is the message:

CHKDSK is verifying files (stage 1 of 5)...
  168432 file records processed.
File verification completed.
  16 large file records processed.
  0 bad file records processed.
  0 EA records processed.
  0 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 5)...
13 percent complete. (169112 of 181698 index entries processed)

Please help.

Best Answer

If the drive is large and has lots of problems a disk check could take hours, if not days, to complete.

A couple things to try before letting Chkdsk potentially destroy your data:

  • SpinRite.
  • The hard drive manufacturer's diagnostics utility.

SpinRite is very similar to chkdsk, except it will do it's bes to recover data in any bad sectors before marking them off-line (unlike Chkdsk, which will just mark bad sectors bad, and dump any data that was in those sectors).

Determine who makes the drive in your machine, go to their website and get their diagnostics utilities (most drive manufacturer's offer some). Use the utility's non-destructive tests to test the drive (hopefully there are some offered in your drive manufacturer's utility, along with destructive ones), as these tests can point out physical things like dying motors, heads, SMART troubles, etc, that at a lower level than the file system.