-
dd command progress information
The command dd is used to copy blocks of information from hard drives. Unfortunately it doesn't display information about the progress of the operation by default. For that there is a way to obtain the progress information just sending a signal USR1 to the process. As an example, if we…