From owner-freebsd-questions@FreeBSD.ORG Sun Jun 7 17:49:50 2009 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 AA863106568E for ; Sun, 7 Jun 2009 17:49:50 +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 D90A78FC1F for ; Sun, 7 Jun 2009 17:49:49 +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.3) with ESMTP id n57HnhS4099918; Sun, 7 Jun 2009 19:49:43 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n57HnfC8099915; Sun, 7 Jun 2009 19:49:42 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Jun 2009 19:49:41 +0200 (CEST) From: Wojciech Puchar To: Geoff Fritz In-Reply-To: <20090607165504.GA67823@dev.null> Message-ID: References: <20090607165504.GA67823@dev.null> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "John ." , freebsd-questions@freebsd.org Subject: Re: please recommend a disk-exercising program? 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: Sun, 07 Jun 2009 17:49:50 -0000 > > I've seen several mentions of "dd" in this thread, and I'll say that I've > seen several recommendations elsewhere to use a simple: > > dd if=/dev/ of=/dev/ forgot bs=1m or at least 64kB, unless you like to wait days with default bs=512 > > to "refresh" the drive. That is, dd will read the block(s), then attempt to > write them back, and if there are problems, the drive should re-map the sector add conv=noerror,osync