mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
10 lines
225 B
Plaintext
10 lines
225 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
|