Overburn CD or DVD Mac OSX

Posted on 28 December 2009 by Couchy

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.

Related Posts

  1. Sharing between Mac and Windows 7 (the easy way)
  2. Mac Dropbox Download Bonus
  3. Running Mac OSX on a Netbook the lowdown
  4. 10 top Free web dev Apps For Apple Web Designers
  5. Artistic Snow Leopard Wallpapers

5 Comments For This Post

  1. Sharmaine Sublett Says:

    Awesome post as always, thank you for posting so much informative content on a regular basis.

  2. Alexa Fanion Says:

    Hey there’s a problem with the site on OPera the footer is buggy :/

  3. Porter Fludd Says:

    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.

  4. Ben Says:

    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 )

  5. Couchy Says:

    Hey Ben try this hdiutil burn ~/Movies/HOMEMOVIE.img -speed 4 -noverifyburn -noeject

Leave a Reply