Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marvin
Created June 14, 2016 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marvin/46b74722272f967b4bea506995f1cc68 to your computer and use it in GitHub Desktop.
Save marvin/46b74722272f967b4bea506995f1cc68 to your computer and use it in GitHub Desktop.
DD iso to Disk/USB with progress bar (requires DD and PV)
dd if=debian-8.1.0-i386-netinst.iso | pv --eta --size 330301440 --progress --bytes --rate --wait > /dev/sdc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment