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$
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment