From owner-freebsd-questions@FreeBSD.ORG Tue Apr 17 17:06:55 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75D1F16A400 for ; Tue, 17 Apr 2007 17:06:55 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 4A95213C455 for ; Tue, 17 Apr 2007 17:06:55 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pgh.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 99BC0EBC78; Tue, 17 Apr 2007 13:06:54 -0400 (EDT) Date: Tue, 17 Apr 2007 13:06:53 -0400 From: Bill Moran To: "Doug Poland" Message-Id: <20070417130653.a07b6c1c.wmoran@potentialtech.com> In-Reply-To: <52060.69.129.174.18.1176828969.squirrel@email.polands.org> References: <52060.69.129.174.18.1176828969.squirrel@email.polands.org> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Exercising ATA disks in hopes of revealing errors 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: Tue, 17 Apr 2007 17:06:55 -0000 In response to "Doug Poland" : > Hello, > > I've just come into possesion of a bunch of 80GB ATA drives. I'd like > to quickly and efficiently test each drive to see if it's free of > errors and suitable for deployment in non-critical workstations. > > Using FreeBSD 6.x as a testing platform, what tools do people use to > stress-test disk drives? I've searched ports and done some googling > but nothing stands out. You can use bonnie++ to stress test the drives, but it doesn't guarantee that it uses all of the drive, so you might want to do a massive dd "dd if=/dev/zero of=/dev/[rawDevice] bs=512 count=[#sectors]" as one possible example. Check with the vendors, though. Many drive manufacturers have utilities you can download specifically to check their drives. -- Bill Moran http://www.potentialtech.com