Created
November 17, 2017 21:22
-
-
Save tjcim/33df05f834a453beac1931d3c6574af9 to your computer and use it in GitHub Desktop.
dd overwrite with ETA and Progress
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
# Shows progress indicator and ETA for dd | |
sudo dd if=/dev/zero | pv -s 4T | sudo dd iflag=fullblock of=/dev/sdc oflag=direct bs=4096 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment