add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# fsutil
> 显示有关文件系统卷的信息。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>。
- 显示卷的列表:
`fsutil volume list`
- 显示卷的文件系统信息:
`fsutil fsInfo volumeInfo {{驱动器字母|卷路径}}`
- 显示所有卷的文件系统自动修复的当前状态:
`fsutil repair state`
- 显示所有卷的脏位状态:
`fsutil dirty query`
- 设置卷的脏位状态:
`fsutil dirty set {{驱动器字母|卷路径}}`