From owner-freebsd-questions@FreeBSD.ORG Mon Aug 22 20:24:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B64116A42C for ; Mon, 22 Aug 2005 20:24:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E8C43D49 for ; Mon, 22 Aug 2005 20:24:43 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so704032nzo for ; Mon, 22 Aug 2005 13:24:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iMS8l/QxvvkMmJBrmhDV+IuO+sEs5dXJl/tIYA6EkGfkP+PdJhFK4VhdDrvq5GlyVKb6Zx76Keq2m2BZBAePEF+hXqZRhh2HJtarV1z+jtQ+ir0tsoceifrXKze949LPZ9r4cPcfFuzpImByQYCr8KlSVDqC2VcmZ2+kfHXBxNU= Received: by 10.36.24.11 with SMTP id 11mr3062982nzx; Mon, 22 Aug 2005 13:24:42 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Mon, 22 Aug 2005 13:24:42 -0700 (PDT) Message-ID: Date: Tue, 23 Aug 2005 00:24:42 +0400 From: "Andrew P." To: Sebastian Pahlke In-Reply-To: <007301c5a755$ea1ee840$6701a8c0@monster> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <007301c5a755$ea1ee840$6701a8c0@monster> Cc: freebsd-questions@freebsd.org Subject: Re: dd is so slow on my SCSI disc 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, 22 Aug 2005 20:24:44 -0000 On 8/23/05, Sebastian Pahlke wrote: > Hi all, >=20 > I'm trying to "clean" a disc before selling them: >=20 > dd if=3D/dev/zero of=3D/dev/da0 >=20 > Do I make something wrong because the transfer rate is only 60932 > bytes/sec??? These are 60 kbytes/sec, slower than my internet connection!= !! > :( >=20 > I tried to increase the block size, with bs=3D32768 I get 3416071 bytes/s= ec. > But this is still very poor. The system is a PIII 800MHz and a SCSI-3 dis= c > in single user mode booted from FreeBSD release 5.4 live-cd. >=20 > Any ideas how to analyze this? Thanks in advance! >=20 Hmm, I'd start with increasing block size up to megabytes and if that doesn't help - I'd try to copy a large file to/from the disk and measure the speed. Also, the smartmontools port can tell you much if the drive supports SMART. Andrew P.