
chkdsk
List of commands for chkdsk:
-
chkdsk:tldr:4cff5 chkdsk: Dismount a specific volume before checking.$ chkdsk ${volume} /xtry on your machineexplain this command
-
chkdsk:tldr:bbf68 chkdsk: Fix errors on a specific volume.$ chkdsk ${volume} /ftry on your machineexplain this command
-
chkdsk:tldr:d5b59 chkdsk: Specify the drive letter (followed by a colon), mount point, or volume name to check.$ chkdsk ${volume}try on your machineexplain this command
-
chkdsk:tldr:f3339 chkdsk: Change the log file size to the specified size (only for NTFS).$ chkdsk /l${size}try on your machineexplain this command