I recently had to burn a 704MB .avi (divX) file to a 700MB CD through my MacBook. I was pleased to find that although the default OSX Mac burner won’t overburn you can easily do this through a few terminal commands to bypass the overburn block.
1. Firstly create a directory with a short name (will be easier to type into terminal) that only contains the file you wish to burn, remove .nfo files (if a torrent file) or previews/covers leaving just the main .avi file. I called mine “movie”.
2. Open terminal (click finder and type it in if you haven’t used it before).
3. Browse to the directory above movies, enter “cd /user/downloads” where the directory containing the files you are burning is /user/downloads/movie (cd simply stands for change directory). Terminal will then display that you are in that directory. If you get stuck here because you haven’t used terminal before comment below and I will help you out.
4. Create an iso of the movies folder, in terminal enter “hdiutil makehybrid -o isofilename movie/” and your .iso will be created from the files in the folder movie. The progress will be displayed in terminal (doesn’t take long).
5. Enter your cd or DVD into the drive and burn using “hdiutil burn isofilename.iso” (while still in the same directory, which you will be if you follow the steps above). You will not be given the option of what speed to burn the disc at (in most cases this fastest setting is fine), status will again be displayed in terminal while burning and verifying the disc.
6. Once burned you can delete isofilename.iso if you don’t plan on making any more copies.




April 12th, 2010 at 3:54 pm
Awesome post as always, thank you for posting so much informative content on a regular basis.
July 29th, 2010 at 8:32 pm
Hey there’s a problem with the site on OPera the footer is buggy :/
August 2nd, 2010 at 6:04 am
Great I have read your article and by the way I found you website on Bing and I think after I read several post on you website especially this one I have my own comment about what should I say on the next meeting with my friends, maybe tonight I will tell my familyabout this one and get debate.
August 4th, 2010 at 3:43 pm
Quick question:
On step 5 he says:
"5. Enter your cd or DVD into the drive and burn using “hdiutil burn isofilename.iso” (while still in the same directory, which you will be if you follow the steps above). You will not be given the option of what speed to burn the disc at (in most cases this fastest setting is fine), status will again be displayed in terminal while burning and verifying the disc."
What do I add to the command “hdiutil burn isofilename.iso” to specify the speed to burn the disc at? (E.g. I want to burn the .iso at 4x )
August 5th, 2010 at 9:57 am
Hey Ben try this hdiutil burn ~/Movies/HOMEMOVIE.img -speed 4 -noverifyburn -noeject