Jump to content

dd, now with progress bar


securitybreach

Recommended Posts

securitybreach
Did you know about dd's built-in progress functionality introduced in coreutils v8.24?

 

Yes, no more kill -USR1 $(pgrep ^dd) to make it spit out the progress and no more piping through pv at the cost of speed!

 

Just use the status=progress option and it will periodically tell you the progress:

 

# dd if=arch.iso of=/dev/sdb bs=4M status=progress

61432564 bytes (61 MB) copied, 3.024017 s, 20.3 MB/s

The quote came from the link at the top.

 

Here is the quote from the changelog:

"dd accepts a new status=progress level to print data transfer statistics"

https://savannah.gnu...p?forum_id=8309

  • Like 3
Link to comment
Share on other sites

securitybreach

Forgot about that option.

Thanks for the reminder!

 

Well it was just implemented in the latest release (back in July)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...