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

@@ -1,20 +1,21 @@
# diskutil
> 用于管理本地磁盘和卷的实用程序
> 更多信息:<https://keith.github.io/xcode-man-pages/diskutil.8.html>.
> 用于管理本地磁盘和卷的实用工具
> 一些子命令例如 `partitiondisk` 有自己的使用文档。
> 更多信息:<https://keith.github.io/xcode-man-pages/diskutil.8.html>。
- 列出所有当前可用的磁盘、分区和已装入的卷:
- 列出所有当前可用的磁盘、分区和已挂载的卷:
`diskutil list`
- 修复卷的文件系统数据结构:
`diskutil repairVolume {{目标卷文件}}`
`diskutil repairVolume {{/dev/disk_device}}`
- 卸载卷:
- 卸载一个卷:
`diskutil unmountDisk {{目标卷文件}}`
`diskutil unmountDisk {{/dev/disk_device}}`
- 弹出 CD/DVD先卸载
`diskutil eject {{/dev/ 光驱文件名}}`
`diskutil eject {{/dev/disk_device1}}`