From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 29 04:45:47 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8E4716A4DE for ; Tue, 29 Aug 2006 04:45:46 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from samus.cyberbotx.com (c-68-61-58-20.hsd1.mi.comcast.net [68.61.58.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811E043D46 for ; Tue, 29 Aug 2006 04:45:44 +0000 (GMT) (envelope-from cyberbotx@cyberbotx.com) Received: from localhost (localhost [127.0.0.1]) by samus.cyberbotx.com (Postfix) with ESMTP id A2DD8C505 for ; Tue, 29 Aug 2006 00:45:43 -0400 (EDT) X-Virus-Scanned: amavisd-new at cyberbotx.com Received: from samus.cyberbotx.com ([127.0.0.1]) by localhost (samus.cyberbotx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id euzrqMU-K0pv for ; Tue, 29 Aug 2006 00:42:02 -0400 (EDT) Received: from metroid (unknown [192.168.2.254]) by samus.cyberbotx.com (Postfix) with SMTP id 503A0C65A for ; Tue, 29 Aug 2006 00:41:37 -0400 (EDT) Message-ID: <027301c6cb25$6b0cd770$fe02a8c0@metroid> From: "Naram Qashat" To: References: <44F3A211.7050907@digitalstratum.com><8e96a0b90608281916g497196e5w74ffca9356672026@mail.gmail.com> <44F3C299.2030003@digitalstratum.com> Date: Tue, 29 Aug 2006 00:41:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Re: Hard disk going-bad detection X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 04:45:47 -0000 smartmontools can enable SMART on your hard drives even if the BIOS had disabled them. Sometimes it can even force the BIOS to always turn it on, but it does depend on the BIOS. Some of them are picky about that. Naram Qashat ----- Original Message ----- From: "Matthew Hagerty" To: "mal content" Cc: Sent: Tuesday, August 29, 2006 12:29 AM Subject: Re: Hard disk going-bad detection > mal content wrote: > > On 29/08/06, Matthew Hagerty wrote: > >> Greetings, > >> > >> I have a hard drive that every now and then makes a sound like the head > >> is moving from one extreme to the other, then parking. It is hard to > >> explain, kind of a towk-kok-click with a metallic ring to it. If you > >> have heard a drive do this before, you know the sound. I heard a drive > >> do this to me a few months ago and it failed shortly thereafter. > >> > >> I have 3 drives in the system so it is very hard to know which drive it > >> is, so in an attempt to get a new drive before the one fails out right, > >> is there any way I can test the drives in place? One drive is primarily > >> my system disk (20G), the second (120G) has /usr mounted on it, and the > >> third (120G) is mounted, rsync'd, umounted every night to make a backup > >> of the other two. So, the backup drive I can test no problem, even > >> destructively if necessary. However, the two that make up the active > >> system I would like to be able to test without disrupting normal > >> operation if possible? But, I'll take the box offline for a bit if > >> necessary. Any insight would be greatly appreciated. > >> > > > > Your setup is exactly identical to mine, even down to mount points and > > disk sizes. > > > > Try smartmontools, most drives support S.M.A.R.T so you should have > > no trouble: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/smartmontools/ > > > > It's useful for identifying drives that are about to die. > > > > You shouldn't need to take the machine offline. > > > > MC > > Does SMART have to be enabled in the BIOS for smartmontools to work? > I've always seen the SMART setting in the BIOS but it is always been > defaulted to "disabled" on just about every motherboard I have ever > worked with, and I never took the time to look up what it was. I'll > give smartd and smartmontools a try and see what they tell me. Thanks. > > Matthew > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"