[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cloning to multiple drives with the "dd" command.
From: |
Bob Proulx |
Subject: |
Re: cloning to multiple drives with the "dd" command. |
Date: |
Thu, 19 Feb 2015 14:49:34 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Bernhard Voelker wrote:
> 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?
I was wondering that as well.
Without really knowing what you are doing if it were me not quite
knowing what I was doing I might keep a copy of the source disk in a
tmpfs ram file system and ensure there is enough ram to host it
without swapping. That would reduce the I/O needed for the source
reducing it to ram accesses.
There is still a bottleneck on the outgoing I/O however. I expect
that you are completely saturating the bus bandwidth. If I were doing
that I would consider using multiple systems in order to gain parallel
bus bandwidth. I would read the source data from the net and write to
the multiple devices spread out over multiple systems.
Bob
- 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, 2015/02/19
- Re: cloning to multiple drives with the "dd" command.,
Bob Proulx <=
- 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