using dd for cloning
Thilo Six
T.Six at gmx.de
Sat Feb 9 15:57:06 UTC 2008
elmo wrote the following on 09.02.2008 16:38
</snip>
> Can someone get me on the right track with the ' dd ' command?
>
> elmo
<-------------- man dd -------------------
Sending a USR1 signal to a running `dd' process makes it print I/O
statistics to standard error and then resume copying.
$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill -USR1 $pid; sleep 1; kill $pid
18335302+0 records in 18335302+0 records out 9387674624 bytes
(9.4 GB) copied, 34.6279 seconds, 271 MB/s
--------------------------------------------->
--
bye Thilo
key: 0x4A411E09
More information about the ubuntu-users
mailing list