Created
March 25, 2018 08:21
-
-
Save ilagnev/2527450ab5f3284fe8b1ef6c50cba2bb to your computer and use it in GitHub Desktop.
burn iso to usb
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 | |
$ diskutik umount /dev/disk#s# | |
$ sudo dd if=image.iso of=/dev/disk#s# bs=1m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment