2025-03-14 21:59:59 -06:00
|
|
|
# fsutil
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
> Display information about filesystem volumes.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.
|
|
|
|
|
|
|
|
|
|
- Display a list of volumes:
|
|
|
|
|
|
|
|
|
|
`fsutil volume list`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Display information about a volume's filesystem:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`fsutil fsInfo volumeInfo {{drive_letter|volume_path}}`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Display the current state of the filesystem auto-repair for all volumes:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`fsutil repair state`
|
|
|
|
|
|
|
|
|
|
- Display the dirty bit state of all volumes:
|
|
|
|
|
|
|
|
|
|
`fsutil dirty query`
|
|
|
|
|
|
|
|
|
|
- Set the dirty bit state of a volume:
|
|
|
|
|
|
|
|
|
|
`fsutil dirty set {{drive_letter|volume_path}}`
|