Created
December 28, 2016 07:50
-
-
Save jacoelho/d95ca16e5e7b21bbfc56086e42ed2d6c to your computer and use it in GitHub Desktop.
create windows bootable usb in mac
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 partitionDisk /dev/diskN MBR FAT32 DISKNAME 100% | |
# copy files | |
diskutil unmountDisk /dev/diskN | |
sudo fdisk -e /dev/diskN | |
f 1 | |
write | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment