Mac OSX: Burn an ISO image to cdrom from command line
The command line is trustworthy, dependable and clean.. GUIs are slow and cranky. This recipe desribes how to burn an ISO image from the command line on a Mac. Yeah, there’s a GUI way to do this, but you can be burning the disc before that GUI starts up.
Given an ISO file (image.iso, for example) in the current working directory, use the following command to burn it to a disc that you’ve inserted into a recordable drive:
hdiutil burn image.iso
Editor Note:
Typo Corrected.










Mikevince2005 said on August 7, 2011
Good one .. I have always looked for this command. thanks