-1

What kind of problems chkdsk can identify? Are there any disk problems that chkdsk cannot identify and will mark a malfunctioning storage device as a healthy one? Are there cases when I would need to use other tools to check disks for logical or physical errors?

bahrep
  • 417

1 Answers1

0

If you run it it will tell you what it does, it checks the file system.

If you add the F or R switch it will require a reboot, then along with the file system it will read every sector on the disk to verify the integity of the read surface and attempt to fix that sector (recover data) or replace the sector with a spare and mark the bad one so it does not get used again.

This is a check of the physical health of the drive surfaces only but is not a full disk diagnostic.

Reading the SMART data on the drive is a better indication of overall drive health, and chkdsk does not do this.

CHKDSK is verifying files (stage 1 of 3)... 272384 file records processed. File verification completed. 1371 large file records processed. 0 bad file records processed. 2 EA records processed. 11218 reparse records processed.

CHKDSK is verifying indexes (stage 2 of 3)... 344952 index entries processed. Index verification completed. 0 unindexed files scanned. 0 unindexed files recovered.

CHKDSK is verifying security descriptors (stage 3 of 3)... 272384 file SDs/SIDs processed. Security descriptor verification completed. 36285 data files processed.

CHKDSK is verifying Usn Journal... 33879688 USN bytes processed. Usn Journal verification completed. Windows has checked the file system and found no problems.

Moab
  • 58,769