mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 02:57:04 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/windows/fsutil
Normal file
29
tldr/windows/fsutil
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fsutil
|
||||
|
||||
> Displays information about file system 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:
|
||||
|
||||
`fsutil fsInfo volumeInfo {{drive_letter|volume_path}}`
|
||||
|
||||
- Display the current state of the file system auto-repair for all volumes:
|
||||
|
||||
`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}}`
|
||||
Reference in New Issue
Block a user