1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/drutil.md

12 lines
214 B
Markdown
Raw Normal View History

2019-02-26 11:12:05 +08:00
# drutil
2019-10-18 11:30:29 +08:00
> 与 DVD 刻录机交互.
2019-02-26 11:12:05 +08:00
2019-10-19 14:12:27 +08:00
- 从驱动器中弹出磁盘:
2019-02-26 11:12:05 +08:00
`drutil eject`
2019-10-20 10:34:33 +08:00
- 将目录作为 iso9660 文件系统刻录到 DVD 上。完成后不验证和弹出:
2019-02-26 11:12:05 +08:00
`drutil burn -noverify -eject -iso9660`