From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 13:22:49 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9605716A4CE for ; Fri, 18 Mar 2005 13:22:49 +0000 (GMT) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C92DB43D5C for ; Fri, 18 Mar 2005 13:22:48 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id 4869113CA4A for ; Fri, 18 Mar 2005 14:22:47 +0100 (CET) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by merke.itea.ntnu.no (Postfix) with SMTP for ; Fri, 18 Mar 2005 14:22:46 +0100 (CET) Received: (qmail 2607 invoked by uid 1001); 18 Mar 2005 13:22:29 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Mar 2005 13:22:29 -0000 Date: Fri, 18 Mar 2005 14:22:29 +0100 (CET) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: cpghost@cordula.ws In-Reply-To: <20050318102450.GA54209@fw.farid-hajji.net> Message-ID: <20050318142056.Q2589@maren.thelosingend.net> References: <423A9D8D.4030409@myunix.net> <20050318102450.GA54209@fw.farid-hajji.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: Christian Tischler cc: questions@FreeBSD.org Subject: Re: HDD idle shutdown. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 13:22:49 -0000 * cpghost@cordula.ws [2005-03-18 11:24 +0100] > On Fri, Mar 18, 2005 at 10:21:17AM +0100, Christian Tischler wrote: > > I wondered whether there is an option to shut down an idle HDD until it > > is needed again? > > I am using FreeBSD 5.x. > > /usr/ports/sysutils/ataidle Note that, while this indeed will spin down your hdd, the system will most likely spin it up again after a short period of time, unless you modify some settings. Especially the cron system may cause your hdd to spin up every once in a while. Svein Halvor