From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 23:55:56 2003 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 1DCF316A4B3 for ; Mon, 6 Oct 2003 23:55:56 -0700 (PDT) Received: from anon.securenym.net (anon.securenym.net [209.113.101.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EA143F3F for ; Mon, 6 Oct 2003 23:55:54 -0700 (PDT) (envelope-from dincht@securenym.net) Received: (from root@localhost) by anon.securenym.net (8.11.7/8.11.7) id h976qtq28135 for freebsd-questions@freebsd.org.filtered; Tue, 7 Oct 2003 01:52:55 -0500 (CDT) Message-Id: <200310070652.h976qtq28135@anon.securenym.net> X-Securenym: dincht From: "C. Ulrich" To: Eric Dillenseger In-Reply-To: <20031006184919.GA5870@tweety.naxalite.org> References: <3F810695.5040806@rbcmail.ru> <3F81DFDF.7020903@ec.rr.com> <20031006184919.GA5870@tweety.naxalite.org> Content-Type: text/plain Organization: The Peter Jennings Fan Club Mime-Version: 1.0 Date: Tue, 07 Oct 2003 02:50:42 -0400 Content-Transfer-Encoding: 7bit cc: FreeBSD_Questions Subject: Re: How to turn off the HDD? How to reduce the overall noise? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 06:55:56 -0000 On Mon, 2003-10-06 at 14:49, Eric Dillenseger wrote: > BTW, turning it off is almost useless, as there's often a little > activity on most *real* OS so reducing noise is better (in fact it > reduces the spinning speed during heavy operations). > Just my 2cts. There's also the case where you might want to shut down a drive which is rarely used. Such as the case with a Slackware box of mine. One drive in it is dedicated to backing up some important stuff on the others, so it's only needed once a day. My init scripts have a line (using hdparm) that completely shuts off the drive after everything's booted up. At the appropriate time, the backup script runs from cron, and the mounting of the disk tells the kernel to spin the drive back up. (Usually takes about 10 seconds.) Once the backup procedure is complete, it runs hdparm again to shut the disk off again. I don't know that powering one drive down saves a ton of money in electricity, or makes the box much quieter, but I figure it has to be saving some wear and tear on a disk that gets accessed maybe a maximum of 30 minutes a day. When I convert the machine to FreeBSD, (one of those when-I-get-around-to-it projects) I'd like to be able to do the same thing, so I'll look for the IBM utility and bug this list some more if it doesn't work out or if I can't find it. :) Charles Ulrich -- http://bityard.net