Skip to content

Instantly share code, notes, and snippets.

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