From owner-freebsd-questions@FreeBSD.ORG Wed Feb 29 18:13:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78E07106566C for ; Wed, 29 Feb 2012 18:13:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 35CEC8FC17 for ; Wed, 29 Feb 2012 18:13:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S2o1o-00037z-6v for freebsd-questions@freebsd.org; Wed, 29 Feb 2012 19:13:28 +0100 Received: from np-19-75.prenet.pl ([np-19-75.prenet.pl]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Feb 2012 19:13:28 +0100 Received: from jb.1234abcd by np-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Feb 2012 19:13:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Wed, 29 Feb 2012 18:13:13 +0000 (UTC) Lines: 26 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:9.0.1) Gecko/20100101 Firefox/9.0.1) Subject: Re: hard disk behavior 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: Wed, 29 Feb 2012 18:13:32 -0000 Adam Vande More gmail.com> writes: > ... > > # /usr/local/sbin/smartctl -a /dev/ada0 > > > > 193 Load_Cycle_Count 0x0032 001 001 000 Old_age Always > > - > > 779337 > > > > Likely the noise you are hearing roughly corresponds to Load_Cycle_Count. > Yours is quite high. You may be able to use sysutils/ataidle to disable > the parking like so: > > ataidle -P 0 /dev/ada0 > > Not entirely sure if this works on the ada driver, so if not you might want > to ask on freebsd-stable@ or boot up in a Live CD of Linux and use the > tools there. > Dmitry and Adam, I think your description of excessive heads parking may be very close. I will try this remedy and will let you know. jb