Return to Snippet

Revision: 22916
at January 25, 2010 17:14 by jgillman


Initial Code
diskutil list

diskutil unmountDisk /dev/diskN

sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m

diskutil eject /dev/diskN

Initial URL


Initial Description
This is just a note for myself, not my own code.

Initial Title
Create Bootable USB Drive

Initial Tags
ubuntu

Initial Language
Bash