Nerdy Notes
Search This Blog
2011-05-01
dd Progress
Quick Tip for checking the progress for dd
When you dd is running, open up a new terminal, and run:
ps -aux
to find the process ID (PID) of your dd command, which should be near the bottom. Then use the command:
kill -USR1
which will send show the progress message in your dd window.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)