From: Mark Lord <lkml@rtr.ca>
To: Soeren Sonnenburg <kernel@nn7.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: hdparm -M acoustic management for sata disks?
Date: Sat, 21 Jun 2008 12:54:56 -0400 [thread overview]
Message-ID: <485D3260.20301@rtr.ca> (raw)
In-Reply-To: <1214066456.18959.6.camel@localhost>
Soeren Sonnenburg wrote:
>
> Just to be sure, did you mean grep acoustic (lowercase)? Because it is
> listed there under Capabilities:
> Recommended acoustic management value: 128, current value: 0
..
Ahh.. That part of the output just shows the "current setting field",
which is zero (0) or "invalid" in your case. That's a display error
in hdparm -- it probably shouldn't bother with that field when the
feature is missing from the feature list that is given lower down
in the output. (the reason it doesn't discard it today, is that early
drives had the feature but didn't report it lower down.. but we can
distinguish those drives by ATA version number now).
Here's hdparm-8.9 on a drive that *does* support the feature:
$ hdparm -I /dev/sda | grep Acoustic
* Automatic Acoustic Management feature set
$ hdparm -M /dev/sda
/dev/sda:
acoustic = 254 (128=quiet ... 254=fast)
$ hdparm -M128 /dev/sda
/dev/sda:
setting acoustic management to 128
acoustic = 128 (128=quiet ... 254=fast)
$ hdparm -M254 /dev/sda
/dev/sda:
setting acoustic management to 254
acoustic = 254 (128=quiet ... 254=fast)
next prev parent reply other threads:[~2008-06-21 16:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-21 10:14 hdparm -M acoustic management for sata disks? Soeren Sonnenburg
2008-06-21 14:00 ` Mark Lord
2008-06-21 16:40 ` Soeren Sonnenburg
2008-06-21 16:54 ` Mark Lord [this message]
2008-06-21 17:00 ` Mark Lord
2008-06-21 18:39 ` Soeren Sonnenburg
2008-06-21 18:34 ` Ondrej Zary
2008-06-21 18:46 ` Soeren Sonnenburg
2008-06-21 19:52 ` markus reichelt
2008-06-22 19:55 ` Michael Tokarev
2008-06-22 17:03 ` Alan Cox
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=485D3260.20301@rtr.ca \
--to=lkml@rtr.ca \
--cc=kernel@nn7.de \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.