


The first thing you need to do is find the disk or drive on the command line:įind the name of the destination drive in the list of connected drives and write down its “IDENTIFIER” code, this should be something like “disk1s1”, but probably unique to your machine. How to burn an ISO from the command line with dd

As usual, make sure all syntax is entered correctly to avoid potential problems, and if you are unsure, stick to the simpler method of the interface. Since this is a command line tool, it should be considered mostly for advanced users, and although this is written with Mac OS X in mind, it should work with Linux as well, except for the diskutil command. First, the command line perspective makes it easier to use over an SSH remote connection, but perhaps more useful is the low-level functionality of dd, which is usually faster than options and can work around some error messages. This dd burn function burns the ISO disc to any number of destinations, be it a disc, hard disk, USB drive, memory card, DVD, or any other media you point to.ĭd can be advantageous for several reasons.
