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,20 @@
# chkdsk
> 检查文件系统和卷元数据中的错误。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/chkdsk>。
- 指定要检查的驱动器字母(后跟冒号)、挂载点或卷名称:
`chkdsk {{volume}}`
- 修复特定卷上的错误:
`chkdsk {{volume}} /f`
- 在检查之前卸载特定卷:
`chkdsk {{volume}} /x`
- 将日志文件大小更改为指定大小仅适用于NTFS
`chkdsk /l{{size}}`