Masterizzare ISO da Terminale in mac con OS X

La potenzialità di utilizzare il terminale nei nostri mac è notevole, oggi abbiamo scoperto che digitando una semplice stringa è possibile masterizzare un immagine ISO senza ulteriori software che appesantiscono e rallentano i nostri mac.

Per masterizzare basta usare hdiutil:
$ hdiutil burn banana.iso

E qui invece trovate tutte le opzioni disponibili:

$ hdiutil burn -help
hdiutil burn: burn an image to optical media
Usage: hdiutil burn
Options:
-speed
-device
-sizequery just calculate size of disc required
-testburn don’t turn on laser

Toggles:
-noeject don’t eject disc after burning
-noverifyburn don’t verify disc contents after burn
-noaddpmap don’t add partition map
-noskipfinalfree don’t skip burning final free partition
-optimizeimage optimize filesystem for burning
-forceclose close disc after burning
-nounderrun disable buffer underrun protection
-[no]synth synthesize new filesystem from volume

Common options:
-encryption
-stdinpass
-srcimagekey = (-imagekey is a synonym)
-shadow
-insecurehttp
-cacert
-puppetstrings
-verbose
-debug
-quiet

Related actions:
-erase erase disc (quickly)
-fullerase completely erase disc
-list list all burning devices, for -device

[Fonte FaccioCose]