From owner-freebsd-doc@FreeBSD.ORG Sat Aug 21 20:23:37 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C45816A4CE; Sat, 21 Aug 2004 20:23:37 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC1443D49; Sat, 21 Aug 2004 20:23:36 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com ([192.168.0.5]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7LKNaX1004446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 21 Aug 2004 16:23:36 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sat, 21 Aug 2004 16:24:12 -0400 From: Tom Rhodes To: Giorgos Keramidas Message-Id: <20040821162412.3d9eec9d@localhost.pittgoth.com> In-Reply-To: <20040820222329.GA29749@gothmog.gr> References: <20040820133029.GE63041@abigail.blackend.org> <20040820103306.5f0ffb6f.wmoran@potentialtech.com> <20040820205835.GH63041@abigail.blackend.org> <20040820222329.GA29749@gothmog.gr> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: To PR Senders X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 20:23:37 -0000 On Sat, 21 Aug 2004 01:23:29 +0300 Giorgos Keramidas wrote: > > : pink-> dd if=mbox of=lala bs=50k count=1 > : 1+0 records in > : 1+0 records out > : 51200 bytes transferred in 0.000862 secs (59404804 bytes/sec) > : pink-> /usr/bin/time scp lala keramida@igloo.linux.gr: > : lala 100% 50KB 50.0KB/s 00:00 > : 21.34 real 0.05 user 0.01 sys Try: dd if=/dev/null of=/dev/ad0 bs=1m And call me in the morning ... -- Tom Rhodes