Created
September 24, 2018 09:28
-
-
Save amoilanen/6fcc395b55d4cc68f9393c492ca1defe to your computer and use it in GitHub Desktop.
Command to create bootable USB with progress displayed using dd, pv
This file contains hidden or 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
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