[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cloning to multiple drives with the "dd" command.
From: |
Bernhard Voelker |
Subject: |
Re: cloning to multiple drives with the "dd" command. |
Date: |
Thu, 19 Feb 2015 18:11:06 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 02/19/2015 12:15 PM, didier chavaroche wrote:
Executing the "dd" command 23 time leads to transfert rate too low
Just to be clear (as you didn't show us the commands executed):
how did you execute the dd command 23 times?
In parallel, e.g. a background processes?
dd if=/dev/sda of=/dev/sdb bs=1M &
dd if=/dev/sda of=/dev/sdc bs=1M &
...
dd if=/dev/sda of=/dev/sdw bs=1M &
dd if=/dev/sda of=/dev/sdx bs=1M &
...
(Besides that I haven't seen such a system with so many disks... :)
If so, then that MUST be slowing down the system.
Have a nice day,
Berny
- cloning to multiple drives with the "dd" command., didier chavaroche, 2015/02/18
- Re: cloning to multiple drives with the "dd" command., Pádraig Brady, 2015/02/18
- Re: cloning to multiple drives with the "dd" command., didier chavaroche, 2015/02/19
- Re: cloning to multiple drives with the "dd" command.,
Bernhard Voelker <=
- Re: cloning to multiple drives with the "dd" command., Bob Proulx, 2015/02/19
- Re: cloning to multiple drives with the "dd" command., didier chavaroche, 2015/02/20
- Re: cloning to multiple drives with the "dd" command., Mike Hodson, 2015/02/20
- Re: cloning to multiple drives with the "dd" command., Sami Kerola, 2015/02/20
- Re: cloning to multiple drives with the "dd" command., Bernhard Voelker, 2015/02/20
- Re: cloning to multiple drives with the "dd" command., didier chavaroche, 2015/02/23
- Re: cloning to multiple drives with the "dd" command., Bob Proulx, 2015/02/23
- Re: cloning to multiple drives with the "dd" command., Ray Dillinger, 2015/02/23