Wednesday, 13 May 2009

burn iso disk on Apple Mac

How to burn an ISO CD on an Apple Mac using Terminal command line:

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

* Be sure to change directory (cd) to correct dir containing the ISO file before running the above command

No comments: