|
From: | Mike Hodson |
Subject: | Re: cloning to multiple drives with the "dd" command. |
Date: | Fri, 20 Feb 2015 02:47:14 -0700 |
The way I use the dd command is the following:I developped a JAVA application which in a thread class call a script with two arguments SOURCE & TARGET.
In this script I use the command "sudo dd if=SOURCE of=TARGET bs=4096 conv=notrunc,noerror &"
Then the script identify the PID of the dd command and send every 5 seconds the -USR1 signal throught kill
to print out the progress.
[Prev in Thread] | Current Thread | [Next in Thread] |