chkdsk
Windows CMD · System · available in the simulator
What it does
Checks a disk for errors.
Syntax
chkdsk [volumen] [/f] [/v] [/r] [/x] [/scan]
Options and parameters
/FFixes errors on the disk.
chkdsk C: /f/RLocates bad sectors and recovers readable information; implies /F.
/XDismounts the volume first if necessary; implies /F.
/VDisplays the name of each file checked.
/IPerforms a less rigorous check of index entries, NTFS only.
/CSkips checking of cycles within the folder structure, NTFS only.
/LChanges the log file size, NTFS only.
/BReevaluates bad clusters on the volume, NTFS only; implies /R.
/scanRuns an online scan without dismounting the volume.
chkdsk C: /scan/spotfixRuns spot fixes to quickly correct detected issues.
Usage examples
chkdsk C:chkdsk C: /Fchkdsk C: /Rchkdsk C: /scanchkdsk C: /f