Skip to content

Instantly share code, notes, and snippets.

@robinbentley
Created March 7, 2014 21:21
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 robinbentley/9420371 to your computer and use it in GitHub Desktop.
Save robinbentley/9420371 to your computer and use it in GitHub Desktop.
Writing a ISO to a USB stick from mac terminal
# sudo dd if=[PATH TO ISO] of=[PATH TO DISK] bs=4096; sync
sudo dd if=/Users/Robin/Downloads/linux.iso of=/dev/rdisk1 bs=4096; sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment