Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-16 00:31:59 +00:00
parent bac2b335ce
commit 6ccb3a7063
25 changed files with 52 additions and 39 deletions

View File

@@ -5,18 +5,18 @@ source: https://github.com/tldr-pages/tldr.git
---
# fsutil
> Display information about file system volumes.
> Display information about filesystem volumes.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.
- Display a list of volumes:
`fsutil volume list`
- Display information about a volume's file system:
- Display information about a volume's filesystem:
`fsutil fsInfo volumeInfo {{drive_letter|volume_path}}`
- Display the current state of the file system auto-repair for all volumes:
- Display the current state of the filesystem auto-repair for all volumes:
`fsutil repair state`