Skip to content

Instantly share code, notes, and snippets.

@FlatMapIO
Last active August 29, 2015 14:05
Show Gist options
  • Save FlatMapIO/fa001379a4b7939fd2b5 to your computer and use it in GitHub Desktop.
Save FlatMapIO/fa001379a4b7939fd2b5 to your computer and use it in GitHub Desktop.
write iso to usb on mac
# find usb dev
diskutil list
# unmount usb dev
diskutil unmountDisk /dev/disk<USB>
brew install pv
pv -petr ubuntu.iso | dd of=/dev/disk<USB> bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment