Burn discs from the terminal

Oct 28, '01 10:28:05AM

Contributed by: Anonymous

From Ian M's blogger page:

"Open /usr/share/init/tcsh/aliases and add:

alias burn 'hdiutil burn'
alias mount 'hdiutil mount'
alias eject 'hdiutil eject'
so you can burn, mount and eject disk images on UNIX off the bat without the hdiutil thing, quite a simple trick. /usr/share/init/tcsh/aliases is for a system-wide implementation of aliases, for a per-user implementation use ~/aliases.mine."

Comments (3)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20011028102805151