nexoBlogs network
Anonymous Anonymous

Overburning script for Mac OS X, Record large films in Mac

Saturday, 08 de September del 2007
filed under , , ,

If you use the Finder burning tool to create your CDs, or an application that doesn't support overburning (surpass a little bit the CD or DVD maximum size) I am sure that some time you got anrgy.

Sometimes are films, sometimes it's just one more song in the CD library you are creating... The thing is that you have 703MB and you cannot burn a 700MB CD. It won't happen again!

Because I did a script to overburn CDs and DVDs, and it's quite simple if you want to try it:

  • Save the following script inside a overburn.sh file with your prefered text editor or from the shell
  • Give it execution permissions
  • Create a folder named contents_to_overburn that will contain your overburned CD/DVD stuff
  • Copy anything you want to burn inside the folder
  • Execute the script from the terminal, so you can see what's happening, with: ./overburn.sh
hdiutil makehybrid -o tempfile contents_to_overburn/
hdiutil burn tempfile.iso
rm tempfile.iso
rm contents_to_overburn/*

At this point you have the CD burned and the folder emptied for a next use. Hope that works for you, enjoy. This script can be improved or even integrated with the OS X environment easily. If you feel like doing it, please share :)

See the Apple developer page for hdiutil for more information.

Related posts

Comments

Okay, so I created the overburn.sh file and it's on my desktop. How do I give it execution permission? Do I use the Terminal? Forgive me, I'm new to this and really could use a small amount of hand holding to get this working.

Cheers,
Devon
Hi Devon, the easiest way is to open the Terminal, navigate to the folder that you created, e.g:

cd contents_to_overburn

And then give it execution permissions (the fastest way is this command):

chmod 777 overburn.sh
Cousin Cocaine Cousin Cocaine
thnx for tips.

checkout the manual pages: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man1/hdiutil.1.html

hdiutil does allot!
Michiel Michiel
Thanks for suggesting hdiutil. I prefer to pass the directory as a variable, so that you don't need to create excess directories.

#!/bin/bash

hdiutil makehybrid -o tmp $1
hdiutil burn tmp.iso
rm tmp.iso

put it in a directory that is in your path and you can simply execute
./overburn.sh MYDIR
Enlace recibido desde pauloasilva.com » Blog ...
[...] com recurso à Disk Utility. Como não uso outro software de gravação fiz uma pesquisa online e encontei um script para o efeito com recurso à hdiutil. “If you feel like doing it, please share [...]

Leave your comment

Leave your comment
You need javascript to be activated on irder to leave comments

Login in OboLog, or create free blog if you don't have one yet.

Then we'll remember your data and show your avatar in your comments.

Sponsors

Login

Otros blogs de nexoBlogs: