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 @@
# smartctl
> 监控磁盘健康包括SMART数据。
> 更多信息:<https://www.smartmontools.org>。
- 显示SMART健康摘要
`sudo smartctl --health {{/dev/sdX}}`
- 显示设备信息:
`sudo smartctl --info {{/dev/sdX}}`
- 在后台启动短时间自检:
`sudo smartctl --test short {{/dev/sdX}}`
- 显示当前/最后一次自检状态及其他SMART功能
`sudo smartctl --capabilities {{/dev/sdX}}`
- 显示详细的SMART数据
`sudo smartctl --all {{/dev/sdX}}`