From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 4 20:15:51 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 666B81065670 for ; Wed, 4 Mar 2009 20:15:51 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.sonnenberger.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 220758FC12 for ; Wed, 4 Mar 2009 20:15:51 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 8BF0D66662 for ; Wed, 4 Mar 2009 20:56:15 +0100 (CET) Received: by britannica.bec.de (Postfix, from userid 1000) id 63A088DA5D; Wed, 4 Mar 2009 20:56:14 +0100 (CET) Date: Wed, 4 Mar 2009 20:56:14 +0100 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20090304195614.GA179@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <200903041938.n24Jcqdr060153@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903041938.n24Jcqdr060153@lurza.secnetix.de> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Spin down HDD after disk sync or before power off 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: Wed, 04 Mar 2009 20:15:51 -0000 On Wed, Mar 04, 2009 at 08:38:52PM +0100, Oliver Fromme wrote: > Octavian Covalschi wrote: > > I'm looking a way to spin down HDD just right before power off. Why? > > > > Because currently when I call "shutdown -p now", HDD is powered off at it's > > full speed (7200.4) and as a result > > I hear a noise of stopping/spinning down of HDD, and _this_ concerns me as > > I'm afraid it can damage HDD. > > You don't have to spin down a disk before powering it off. > The noise you hear is probably caused by the "autopark" > feature of the drive. It is harmless. This is not true. Many hard disks don't like having to do an emergency shutdown as it affects the disk life time negatively. That's what happens if you poweroff the machine when the disks are still spinning. Joerg