From owner-freebsd-questions@FreeBSD.ORG Mon Nov 3 09:50:21 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C9631065672; Mon, 3 Nov 2008 09:50:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB528FC18; Mon, 3 Nov 2008 09:50:20 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id mA39o417007775; Mon, 3 Nov 2008 10:50:04 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id mA39o3It007772; Mon, 3 Nov 2008 10:50:03 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 3 Nov 2008 10:50:03 +0100 (CET) From: Wojciech Puchar To: Jeremy Chadwick In-Reply-To: <20081103080632.GA15011@icarus.home.lan> Message-ID: <20081103104950.B7771@wojtek.tensor.gdynia.pl> References: <490AC650.3000904@kukulies.org> <20081031110159.GA30244@icarus.home.lan> <20081103010452.6a1f0521@anthesphoria.net> <20081103090433.Q7301@wojtek.tensor.gdynia.pl> <20081103080632.GA15011@icarus.home.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Christoph Kukulies , Nikola Le??i?? , Ivan Voras , FreeBSD-questions@FreeBSD.org Subject: Re: fastest raw device copy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 09:50:21 -0000 >>> ? >> >> small block size, IMHO 4kB with cat > > Not to mention, doesn't cat operate on a character level and not a block > level? it just do 4kB read. that's all