Skip to content

Instantly share code, notes, and snippets.

@amoilanen
Created September 24, 2018 09:28
Show Gist options
  • Save amoilanen/6fcc395b55d4cc68f9393c492ca1defe to your computer and use it in GitHub Desktop.
Save amoilanen/6fcc395b55d4cc68f9393c492ca1defe to your computer and use it in GitHub Desktop.
Command to create bootable USB with progress displayed using dd, pv
sudo dd if=./some.linux.iso | pv -s 2G | sudo dd of=/dev/sdb bs=8192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment