Last active
December 18, 2015 23:49
-
-
Save maxidr/5864069 to your computer and use it in GitHub Desktop.
Burn iso in a USB
This file contains 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
pv ubuntu-14.10-desktop-amd64.img.dmg | sudo dd of=/dev/rdisk3 bs=1m | |
pv ~/Desktop/linuxmint.iso | sudo dd of=/dev/sdx oflag=direct bs=1048576 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment