View progress of dd
Appearance
In Linux, find running dd processes and send them a signal to print out their progress.
kill -USR1 $( pidof dd )
In Linux, find running dd processes and send them a signal to print out their progress.
kill -USR1 $( pidof dd )