Revision: 22916
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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