mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:02:07 +02:00
12 lines
273 B
Markdown
12 lines
273 B
Markdown
# drutil
|
|
|
|
> 与 DVD 刻录机交互。
|
|
> 更多信息:<https://ss64.com/osx/drutil.html>.
|
|
|
|
- 从驱动器中弹出磁盘:
|
|
|
|
`drutil eject`
|
|
|
|
- 将目录作为 iso9660 文件系统刻录到 DVD 上。完成后不验证和弹出:
|
|
|
|
`drutil burn -noverify -eject -iso9660`
|