Last active
March 25, 2017 20:39
-
-
Save suenot/90f81de241deddae271e9d0d154ad9ee to your computer and use it in GitHub Desktop.
os x: iso to usb
This file contains 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/disk2 | |
sudo dd if=/Users/suenot/Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/disk2 bs=1m | |
diskutil eject /dev/disk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment