From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 21 13:58:39 2010 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 75469106564A for ; Thu, 21 Oct 2010 13:58:39 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 05A8D8FC18 for ; Thu, 21 Oct 2010 13:58:38 +0000 (UTC) Received: by wwb13 with SMTP id 13so4120644wwb.31 for ; Thu, 21 Oct 2010 06:58:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=PSHouJs3Ws5vXL2+PQ1ewuk/A6Lc9/qXH2IKep+pbIc=; b=oRF/rW+eTTtaJC7H0V5N8Ysoef+Kf6g+IT3iK+tqBIbEqPhExKtGDE2m2kgqfoS13C TwJw7hSyMr3L1E1fw03svgnPc3LbTvVrTmH/+rwqpV5JmiPIz9yzwV6nPdz9Ux3jjbJ1 nO9vRGyvm6Nm1sxleFJeImLF0nYAVsSHiLFm8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=BZeELszubI35TU2DBc0SGY3O7DmO7uScOAZOgMnlQUtg/N12rDO6zvWmHdgWI9J8AF mrHbwCt4E45UWACmQFE3qyJE64Xd4rIENe+FmmdNDQ5Y0fbPXnFjG7qvVl0QXo70JfHF 11ql9Dg9P5YysYluB1kiilmlHAIFAETiA6RE8= Received: by 10.227.151.205 with SMTP id d13mr142716wbw.159.1287669517623; Thu, 21 Oct 2010 06:58:37 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id w41sm1065061weq.8.2010.10.21.06.58.35 (version=SSLv3 cipher=RC4-MD5); Thu, 21 Oct 2010 06:58:36 -0700 (PDT) Date: Thu, 21 Oct 2010 14:58:31 +0100 From: RW To: freebsd-hackers@freebsd.org Message-ID: <20101021145831.7421d4fc@gumby.homeunix.com> In-Reply-To: <20101021122110.GA65490@freebsd.org> References: <201009161742.24228.tijl@coosemans.org> <201009161619.o8GGJAmv035378@lurza.secnetix.de> <20101018155944.GA12425@freebsd.org> <868w1r92rf.fsf@ds4.des.no> <20101021122110.GA65490@freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Summary: 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: Thu, 21 Oct 2010 13:58:39 -0000 On Thu, 21 Oct 2010 12:21:10 +0000 Alexander Best wrote: > atacontrol(8) says that: > > "You should not set a spindown timeout on a disk with / or syslog > logging on it as the disk will be worn out spinning down and up all > the time." > > this seems to indicate that spinning down a disk has quite an impact. That's mostly likely a hang-over from older disk technologies when the heads touched the surface on spinning down.