Creating clone of a HDD including boot partition

Adam Vande More amvandemore at gmail.com
Thu Dec 16 22:45:56 UTC 2010


On Thu, Dec 16, 2010 at 4:05 PM, bsd <bsd at todoo.biz> wrote:

>
> $ gzcat pfSense_HDD.gz | dd of=/dev/disk1 bs=1m
>
> <snip>
> Is there anything I can do to speed up the process ?
>

Not without interrupting it,  but prior to that you could have done things
like testing for optimal bs=.  1m should perform ok, but you may have been
able to get better throughput with a smaller value.

http://lists.freebsd.org/pipermail/freebsd-performance/2005-October/001555.html

If they are IDE drive make sure they are on different controllers eg not in
a master/slave arrangement.

Buy a faster /dev/disk1



-- 
Adam Vande More


More information about the freebsd-questions mailing list