Forrest logo
back to context overview

chkdsk

List of commands for chkdsk:

  • chkdsk:tldr:4cff5 chkdsk: Dismount a specific volume before checking.
    $ chkdsk ${volume} /x
    try on your machine
    explain this command
  • chkdsk:tldr:bbf68 chkdsk: Fix errors on a specific volume.
    $ chkdsk ${volume} /f
    try on your machine
    explain 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 machine
    explain this command
  • chkdsk:tldr:f3339 chkdsk: Change the log file size to the specified size (only for NTFS).
    $ chkdsk /l${size}
    try on your machine
    explain this command
back to context overview