From owner-freebsd-stable@FreeBSD.ORG Tue Aug 16 15:41:31 2005 Return-Path: X-Original-To: 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 8F77E16A41F for ; Tue, 16 Aug 2005 15:41:31 +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 253F643D45 for ; Tue, 16 Aug 2005 15:41:31 +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 BE42A34C8B; Tue, 16 Aug 2005 17:44:22 +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 j7GFfqBq009468; Tue, 16 Aug 2005 17:41:52 +0200 (CEST) (envelope-from mkb@drjekyll.mkbuelow.net) Received: (from mkb@localhost) by drjekyll.mkbuelow.net (8.13.3/8.13.3/Submit) id j7GFfqAd009467; Tue, 16 Aug 2005 17:41:52 +0200 (CEST) (envelope-from mkb) Date: Tue, 16 Aug 2005 17:41:51 +0200 From: Matthias Buelow To: Hans Lambermont Message-ID: <20050816154151.GB8750@drjekyll.mkbuelow.net> References: <20050816112738.fimns303t8oo8gg0@webmail.dock5523.com> <20050816144752.GA8750@drjekyll.mkbuelow.net> <20050816145920.GA6309@leia.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050816145920.GA6309@leia.lambermont.dyndns.org> User-Agent: Mutt/1.4.2.1i Cc: 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 15:41:31 -0000 Hans Lambermont wrote: >How can I check if my drives are configured to do this ? I remember on >BSDi that you had to 'switch it on' as it was no default behaviour then. I don't know but on my ATA/SATA disks, smartctl displays a "Reallocated_Sector_Ct", which I guess is the number of relocated sectors. mkb.