Created
May 9, 2013 11:12
-
-
Save vladimir-e/5546898 to your computer and use it in GitHub Desktop.
Create bootable USB device on mac os. #linux #osx #usb #iso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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