dd is a wonder allowing you to duplicate a hard drive to another, completely zero a hard drive, etc. But once you launch a dd command, there's nothing to tell you of it's progress. It just sits there at the cursor until the command finally finishes. So how does one monitor dd's progress?
|
http://linuxcommando.blogspot.com/2008/06/show-progress-during-dd-copy.html Basically:
|
|||
|
|
|
from HowTo: Monitor the progress of dd You can monitor the progress of dd without halting it by using the To see the progress of
This will display
Note the proper backticks and single quotes in the commands above. |
||||
|
|
|
Install Note: you cannot use it when you already started From the package description:
Installation
Example
Output
You could specify the approximate size with the Other uses You can also use it to output to stdout:
Output
Note that in this case, |
||||
|
|
|
If you have already started dd, and if you are writing a file such as when creating a copy of a pendrive to disk, you can use the watch command to constantly observe the size of the output file to see changes and estimate completion.
|
|||
|
|
|
The best is using http://dcfldd.sourceforge.net/ it is easy to install through apt-get |
|||
|
|
