coreutils
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]