Created
March 20, 2018 14:55
-
-
Save XUJiahua/8f5470570dab3987e18eb2bb079154ab to your computer and use it in GitHub Desktop.
MacOS burn ISO file 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 | |
diskutil unmountDisk /dev/disk3 | |
hdiutil convert -format UDRW -o ubuntu-16.04.4-desktop-amd64.img ubuntu-16.04.4-desktop-amd64.iso | |
mv ubuntu-16.04.4-desktop-amd64.img.dmg ubuntu-16.04.4-desktop-amd64.img | |
sudo dd if=ubuntu-16.04.4-desktop-amd64.img of=/dev/rdisk3 bs=1m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment