From owner-freebsd-questions@FreeBSD.ORG Wed Jul 27 07:05:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A420B16A41F for ; Wed, 27 Jul 2005 07:05:49 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CC243D45 for ; Wed, 27 Jul 2005 07:05:48 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so175242rne for ; Wed, 27 Jul 2005 00:05:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ULXNmDtqD9QWmpz+N9eFXTCJYb6hGRQZxIgyjwwuZwUBBNdaJ32OymGsn6u5Ln3EKk2o5/PB/2Rv/Pt9Rmct96FbFk4tKLj0schx0/rcV254KXz7dU+4EYMCz3Golmbofu2WGpYRB0tBsln0H0DcXtm5uhndhfhaoIW84M8mzLk= Received: by 10.38.209.26 with SMTP id h26mr328981rng; Wed, 27 Jul 2005 00:05:48 -0700 (PDT) Received: by 10.38.101.41 with HTTP; Wed, 27 Jul 2005 00:05:48 -0700 (PDT) Message-ID: Date: Wed, 27 Jul 2005 16:05:48 +0900 From: Eric Kjeldergaard To: Richard Lupton In-Reply-To: <303718d9050725094456d67baf@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <303718d9050725094456d67baf@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Laptop mode for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 07:05:49 -0000 On 7/26/05, Richard Lupton wrote: > Hello, >=20 > I have an old NEC Versa LX laptop with a very noisy disk. Mostly from > the point of view of making it quieter, rather than saving power, I > would like to let the disk spin down in the same way as laptop_mode > does for linux. > I can set the standby time and power saving options for the disk using > ataidle, but the disk doesn't stay spun down for any length of time. > Does anyone know of an equivalent to laptop_mode, or alternatively the > appropriate sysctls to postpone disk access? >=20 AFAIK, one doesn't exist. Feel free to write one. Anyways, in a more productive manner...By disabling things that poll disk (cron, for instance), disabling access times (mount with noatime), and intelligent use of ramdisks, the disk can spend a lot of time spun down. --=20 If I write a signature, my emails will appear more personalised.