Skip to content

Instantly share code, notes, and snippets.

@JesseHerrick
Last active August 10, 2016 13:21
Show Gist options
  • Save JesseHerrick/7fa7864570e6822237b3 to your computer and use it in GitHub Desktop.
Save JesseHerrick/7fa7864570e6822237b3 to your computer and use it in GitHub Desktop.
Transfer disk image to drive with PROGRESS!
pv -tpreb ~/path/to/foo.img | sudo dd of=/dev/rdisk2 bs=1m
@JesseHerrick
Copy link
Author

To convert to .img:

hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment