Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Created May 9, 2013 11:12
Show Gist options
  • Save vladimir-e/5546898 to your computer and use it in GitHub Desktop.
Save vladimir-e/5546898 to your computer and use it in GitHub Desktop.
Create bootable USB device on mac os. #linux #osx #usb #iso
diskutil list
diskutil unmountDisk /dev/disk1
dd if=/Users/vlad/Downloads/imagefile.iso of=/dev/disk1 bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment