Files
tldr/pages.zh/osx/diskutil.md

21 lines
450 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# diskutil
> 用于管理本地磁盘和卷的实用程序。
> 更多信息:<https://keith.github.io/xcode-man-pages/diskutil.8.html>.
- 列出所有当前可用的磁盘、分区和已装入的卷:
`diskutil list`
- 修复卷的文件系统数据结构:
`diskutil repairVolume {{目标卷文件}}`
- 卸载卷:
`diskutil unmountDisk {{目标卷文件}}`
- 弹出 CD/DVD先卸载
`diskutil eject {{/dev/ 光驱文件名}}`