From owner-freebsd-stable@FreeBSD.ORG Mon Jun 16 11:44:52 2003 Return-Path: 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 6BF7937B401 for ; Mon, 16 Jun 2003 11:44:52 -0700 (PDT) Received: from pyroxene.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78CF43F85 for ; Mon, 16 Jun 2003 11:44:51 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by pyroxene.sentex.ca (8.12.9/8.12.8) with ESMTP id h5GIio8D005729; Mon, 16 Jun 2003 14:44:51 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20030616144212.062a4878@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 16 Jun 2003 14:45:30 -0400 To: Charles Sprickman From: Mike Tancsa In-Reply-To: <20030616143157.R87423@shell.inch.com> References: <5.2.0.9.0.20030616134135.046a0e60@209.112.4.2> <87d6hhn707.fsf@Pectopah.shenton.org> <20030613041037.C89958@shell.inch.com> <87d6hhn707.fsf@Pectopah.shenton.org> <5.2.0.9.0.20030616134135.046a0e60@209.112.4.2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) cc: freebsd-stable@freebsd.org Subject: Re: state of ide raid X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 18:44:52 -0000 At 02:34 PM 16/06/2003 -0400, Charles Sprickman wrote: >I'll second that. I have the 3ware two port model and it seems to have >"burped" and decided one of the disks was dead. I went to the management >interface (web-only) and removed/added the "bad" drive and then rebuilt >the mirror. Performance was fine during the rebuild. > >Now why the one drive went "bad" is a question I cannot answer... >Supposedly the newest firmware supports SMART, but I don't think the >FreeBSD driver nor the 3ware web interface do anything with that data. It does for me. Here is an example warning I get on bad drives. It also logs it to kern via syslog. SMART Threshold Exceeded condition detected on port 1 on controller ID:0. Check drive for media errors. (0xf) This was from a bad Fujitsu. ---Mike