Skip to content

Instantly share code, notes, and snippets.

@tjcim
Created November 17, 2017 21:22
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 tjcim/33df05f834a453beac1931d3c6574af9 to your computer and use it in GitHub Desktop.
Save tjcim/33df05f834a453beac1931d3c6574af9 to your computer and use it in GitHub Desktop.
dd overwrite with ETA and Progress
# 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