Command Line Drive Utility

If you use the command line in OS X, drutil allows you to interact with CD/DVD burners.  Examples:

$ drutil eject  # unmount disc and eject it.
$ drutil list   # list all burning devices connected to the machine.
$ drutil burn options path   # burn valid directory or image file to disc.

See the man page for additional actions.

Comment are closed.