logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Check Disk - Control File System Errors | Online Free DevTools by Hexmos

Check disk errors and repair file system corruption with CHKDSK. Analyze volume metadata and fix disk issues on Windows. Free online tool, no registration required.

chkdsk

Check file system and volume metadata for errors. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/chkdsk.

  • Specify the drive letter (followed by a colon), mount point, or volume name to check:

chkdsk {{volume}}

  • Fix errors on a specific volume:

chkdsk {{volume}} /f

  • Dismount a specific volume before checking:

chkdsk {{volume}} /x

  • Change the log file size to the specified size (only for NTFS):

chkdsk /l{{size}}

See Also