From owner-freebsd-stable@FreeBSD.ORG Tue Aug 16 14:47:39 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E7616A41F for ; Tue, 16 Aug 2005 14:47:39 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E15D43D72 for ; Tue, 16 Aug 2005 14:47:32 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from drjekyll.mkbuelow.net (p54AAC2E2.dip0.t-ipconnect.de [84.170.194.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 940BC34C75; Tue, 16 Aug 2005 16:50:23 +0200 (CEST) Received: from drjekyll.mkbuelow.net (mkb@localhost.mkbuelow.net [127.0.0.1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j7GElrpR009144; Tue, 16 Aug 2005 16:47:53 +0200 (CEST) (envelope-from mkb@drjekyll.mkbuelow.net) Received: (from mkb@localhost) by drjekyll.mkbuelow.net (8.13.3/8.13.3/Submit) id j7GElqSR009143; Tue, 16 Aug 2005 16:47:52 +0200 (CEST) (envelope-from mkb) Date: Tue, 16 Aug 2005 16:47:52 +0200 From: Matthias Buelow To: Augusto Cesar Castoldi Message-ID: <20050816144752.GA8750@drjekyll.mkbuelow.net> References: <20050816112738.fimns303t8oo8gg0@webmail.dock5523.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050816112738.fimns303t8oo8gg0@webmail.dock5523.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: badblocks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 14:47:39 -0000 Augusto Cesar Castoldi wrote: >is therer any application similar to badblocks of linux on freebsd? badsect(8) >How can I check and mark bad blocks of HD's ? But normally modern drives do that by themselves (and transparently remap them). If the filesystem starts complaining about bad blocks (that is, hard read/write errors), that means the on-disk bad sector list is full and it's probably time to buy a new drive. mkb.