Skip to content

Instantly share code, notes, and snippets.

@oliver-montes
Created March 4, 2013 11:25
Show Gist options
  • Select an option

  • Save oliver-montes/5081653 to your computer and use it in GitHub Desktop.

Select an option

Save oliver-montes/5081653 to your computer and use it in GitHub Desktop.
Grabar imagen ISO en USB desde Mac OS
### Find Block Device
diskutil list
### Unmount USB Stick
diskutil unmountDisk /dev/diskX
### Write ISO to USB
sudo dd if=/path/to/downloaded.iso of=/dev/diskX bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment