Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/hdparm/ |
Upload File : |
Automatic Acoustic Management
=============================
Most modern harddisk drives have the ability to speed down the head movements
to reduce their noise output. The possible values are between 0 and 254. 128
is the most quiet (and therefore slowest) setting and 254 the fastest (and loudest).
Some drives have only two levels (quiet / fast), while others may have different
levels realized between 128 and 254.
To be able to use this with hdparm, you will need a current kernel with the -ac patches
applied. Maybe the kernel of your favorite distribution will already include this (SuSE
has it in their current kernel, for example).
Just try to compile hdparm, type "hdparm" and have a look for "-M" in the output. If it
doesn't appear, your kernel most likely doesn't support it.
You can get the acoustic setting by typing
hdparm -M /dev/hda
To set the most quiet mode use
hdparm -M 128 /dev/hda
For the fastest setting use
hdparm -M 254 /dev/hda
Now test different values and try to hear the difference. :-)
Not all disk drives support this setting - and the speed impacts may also vary between
different manufacturers and models.
If you see lines like
kernel: hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
kernel: hdb: task_no_data_intr: error=0x04 { DriveStatusError }
in your syslog, then your harddisk will most likely not support Acoustic Management.
Perhaps you also wanna have a look on the IBM Feature Tool, available at
http://www.storage.ibm.com/hdd/support/download.htm.
I would welcome any feedback to <gernot@hillier.de>
Gernot