Created
December 11, 2016 06:04
-
-
Save aaerofeev/18cdce2a66fd90688f9312f4938812a7 to your computer and use it in GitHub Desktop.
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
fdisk -e /dev/disk3 | |
f 1 | |
write | |
exit | |
umount /dev/disk3 | |
dd bs=4M if=windows7.iso of=/dev/disk3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment