[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cloning to multiple drives with the "dd" command.
From: |
Pádraig Brady |
Subject: |
Re: cloning to multiple drives with the "dd" command. |
Date: |
Wed, 18 Feb 2015 15:35:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 18/02/15 14:02, didier chavaroche wrote:
> Hello.
>
>
>
> For a project of mine I need to clone one source drive to 23 target drives.
> For this I am using the "dd" command that I execute 23 times.
>
> But it doesn't work, then I noticed doing it on 12 targets at once work fine.
>
> So I decided to split my cloning process into cloning first 12 targetss then
> clone the remaining 11 targets after.
The two statements above seems to conflict?
> But it doesn't work either, I don't know nor understand why it doesn't work?
> Or if you have a technique so I can make my 23 drives at once.
What failure do you see?
Separate processes reading a single file and writing to separate devices,
while somewhat inefficient, should work. If not it suggests a system issue,
rather than one with dd.
You might also want to try something higher level like:
https://wiki.gnome.org/Apps/MultiWriter
cheers,
Pádraig
- 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 <=
- 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, 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