Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Created August 9, 2010 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtazz/515304 to your computer and use it in GitHub Desktop.
Save mrtazz/515304 to your computer and use it in GitHub Desktop.
# figure out name of USB device
diskutil list
# unmount partitions but keep device proper
diskutil unmountDisk /dev/USBSTICK
# write image to USB device
dd if=8.1-RELEASE-amd64-memstick.img of=/dev/USBSTICK bs=10240 conv=sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment