Re: Stacked array data recovery

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 29/06/2012 08:44, Ramon Hofer wrote:
On Don, 2012-06-28 at 14:44 -0400, Krzysztof Adamski wrote:
You can send USR1 signal to the dd command and it will print how far it
has gone, like this:
# kill -USR1 <pid of dd>

Great!
Thanks for that :-)

When running dd on whole discs, I usually run:

while p=`pidof dd` ; do kill -USR1 $p ; sleep 30 ; done

so I have a continuous progress monitor.

Cheers,

John.
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux