sudo kill -USR1 $(pgrep ^dd)The progress will be printed in the dd terminal. To print the progress every 5 seconds use
watch -n5 'sudo kill -USR1 $(pgrep ^dd)'For dd version 8.24 and above the following command line will print the progress
dd status=progress if=xxx of=yyy
No comments:
Post a Comment