9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Intel 815 question
Date: Mon, 12 Feb 2001 10:19:28 -0500	[thread overview]
Message-ID: <20010212151936.484B4199D5@mail.cse.psu.edu> (raw)

On Mon Feb 12 05:46:23 EST 2001, gwyn@arl.army.mil wrote:
> It's actually the IDE controller light.  I think what you
> really want to know is whether Plan9 spins down disk drives
> to conserve power, which helps on a notebook computer but
> not on a desktop.  I think the answer is, No.  Note that no
> harm is done to the disk drive by leaving it spinning, and
> in fact many computer engineers think that reliability is
> enhanced thereby.

I recently added some basic power-control control to the ATA
driver:

	If supported by the unit, the standby timer may be enabled:

		% echo 'standby T'>/dev/sdC0/ctl

	where T is the standby timer period in seconds.  T must be
	between 30 and 1200, or can be 0 to disable the timer.

There are actually finer levels of control available on many
laptop drives but this was a simple way to get most of the savings.

Works great when you have 802.11b wireless and there's just no
need for the disc once the machine is booted.

--jim


             reply	other threads:[~2001-02-12 15:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-12 15:19 jmk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-02-13  1:16 jmk
2001-02-13 18:23 ` Andrew Pochinsky
2001-02-12 19:28 Richard Miller
2001-02-09 22:32 Andrew Pochinsky
2001-02-12 10:24 ` Douglas A. Gwyn
2001-02-12 18:24 ` Andrew Pochinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010212151936.484B4199D5@mail.cse.psu.edu \
    --to=jmk@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).