snippetbashTip
fsutil — Display information about file system volumes. More information: <https://learn.microsoft.com/window
Viewed 0 times
commandcliinformationfileaboutfsutildisplaysystem
windows
Problem
How to use the
fsutil command: Display information about file system volumes. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.Solution
fsutil — Display information about file system volumes. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.Display a list of volumes:
fsutil volume listDisplay information about a volume's file system:
fsutil fsInfo volumeInfo {{drive_letter|volume_path}}Display the current state of the file system auto-repair for all volumes:
fsutil repair stateDisplay the dirty bit state of all volumes:
fsutil dirty querySet the dirty bit state of a volume:
fsutil dirty set {{drive_letter|volume_path}}Code Snippets
Display a list of volumes
fsutil volume listDisplay information about a volume's file system
fsutil fsInfo volumeInfo {{drive_letter|volume_path}}Display the current state of the file system auto-repair for all volumes
fsutil repair stateDisplay the dirty bit state of all volumes
fsutil dirty querySet the dirty bit state of a volume
fsutil dirty set {{drive_letter|volume_path}}Context
tldr-pages: windows/fsutil
Revisions (0)
No revisions yet.