How to overburn a CD/DVD in Mac OS X
The Mac OS X Finder does not allow overburning of optical discs, nor does the Disk Utility application.
Overburning is the process of recording data past the normal size limit. Generally, an optical disc has a lead-out of approximately 10% of the stated disc capacity. Having recording software that supports overburning will allow a user to exploit this extra space.
Unfortunately, Finder and Disk Utility have built-in checks to ensure users don’t try to burn over the stated disc capacity. However, OS X ships with a command-line program called hdiutil that does not perform such a check and will allow users to overburn a disc.
Step #1, create an ISO image
Use hdiutil to make a temporary ISO image. The easiest way is to put all the files to burn in a directory, lets call ours overburn. Once you have done this, open the Terminal [Application/Utilities/Terminal]. Navigate to the parent directory of the temporary directory you just created (for example, if the absolute location of overburn is /Users/cduran/overburn, navigate to its parent directory by typing:
cd /Users/cduran
Then, in this directory run the hdiutil program to create the ISO image.
hdiutil makehybrid -o tempimage overburn/
This will make an ISO image called tempimage.iso in the parent directory.
Step #2, burn the ISO image to disc
This step will use hdiutil to burn the ISO image file you just created to your disc. to do this, type the following (remember to put a disc in the drive!):
hdiutil burn tempimage.iso
DONE!
That’s it, you’ve just overburnt you disc! Now that you have burnt the disc, you can get rid of the tempimage.iso file, and the contents of the overburn directory. The thing I like most about this method, is it doesn’t require the installation of any third-party software – less rubbish to bloat your harddrive with!


Chris is a shining example of how, in a world where abortion is not as easily obtained as a leg of fried chicken, an ounce of prevention can be worth more than its weight in gold. He is currently completing a PhD in Bioinformatics which he hopes may one day help him get out of a speeding ticket.