From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 28 19:59:24 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5795E16A428 for ; Tue, 28 Mar 2006 19:59:24 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FFD43D73 for ; Tue, 28 Mar 2006 19:59:23 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 28 Mar 2006 11:59:24 -0800 Message-ID: <4429959B.4070209@elischer.org> Date: Tue, 28 Mar 2006 11:59:23 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Koberg References: <17444.13967.998120.314837@bhuda.mired.org> <200603281139.29588.doconnor@gsoft.com.au> <200603272210.43032.soralx@cydem.org> <44296F41.1050209@osoft.us> In-Reply-To: <44296F41.1050209@osoft.us> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: cloning a FreeBSD HDD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 19:59:24 -0000 Joe Koberg wrote: > soralx@cydem.org wrote: > >>> On Saturday 25 March 2006 04:42, Mike Meyer wrote: >>> >>> >>>> One thing: 1m is a bit small for modern systems. Or for not-so-modern >>>> systems. Since nothing else is running, you might as well use all the >>>> memory you've got, or as big as you can get a process to be. 128m or >>>> more is perfectly reasonable. >>>> >>> >>> It won't go any faster.. >>> >>> In a modern system the CPU is so much faster than the disk than >>> anything above about 16k would be enough. >>> >> >> >> I found 64k to be optimal (e.g, max performance) on most machines >> >> > > I heard its faster if you use two dd's; i.e: > > # dd if=/dev/ad0 bs=64k | dd of=/dev/ad1 bs=64k > > allowing read and write to proceed in parallel. that's what ddd and 'team' are for. I don't know if ddd is in the ports as it may clash inname with teh debugger ddd They internally fork and use several processes synchronised in some manner. > > Joe Koberg > joe at osoft dot us > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org"