Created
February 2, 2019 05:39
-
-
Save Oats87/d76e3c00e10e1774e633f1746cc263f7 to your computer and use it in GitHub Desktop.
dd to usb flash drive from iso on OS X
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
sudo diskutil list | |
sudo diskutil unmount /dev/disk<x> | |
hdiutil convert -format UDRW -o <img-to-flash> <original-iso>.iso | |
sudo dd if=<img-to-flash>.dmg of=/dev/rdisk<x> bs=4m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment