mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
# drutil
|
|
# Interact with DVD burners (Mac OS X)
|
|
|
|
# Eject a disk from the drive:
|
|
drutil eject
|
|
|
|
# Burn a folder as an ISO9660 filesystem onto a DVD. Don't verify and eject when complete:
|
|
drutil burn -noverify -eject -iso9660
|