dd if=/dev/zero of=/tmp/demo bs=1M count=1536
when running above command, you don't get any progress report, if you want, you can open another window,
run the following command so that dd will show up the progress every 5 minutes
watch -n5 -- pkill -USR1 ^dd$
Showing posts with label USR1. Show all posts
Showing posts with label USR1. Show all posts
Friday, May 2, 2008
progress report for dd
Subscribe to:
Posts (Atom)