add new chinese translations
This commit is contained in:
20
pages.zh/windows/chkdsk.md
Normal file
20
pages.zh/windows/chkdsk.md
Normal 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}}`
|
Reference in New Issue
Block a user