Last active
August 29, 2015 14:22
-
-
Save gautric/a7fb99c349b118fe1624 to your computer and use it in GitHub Desktop.
Burn and copy Image MacOS 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
diskutil list | |
diskutil unmountDisk /dev/<disk# from diskutil> | |
sudo dd bs=1m if=path_of_your_image.img of=/dev/diskn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment