Writing Images to Disk on Mac OSX with dd
1.) Become root:
su
2.) Plug in your SD card, HDD, or other block device and then use the following command to see which /dev/diskN node it’s located on:
diskutil list
3.) Unmount the disk where “N” is the number of the disk taken from the above command: (more…)