[quote="johannes"]We tried all that, nothing seemed to have that effect. From what we understand, the binary does somehing non-standard (WD proprietary) to change the head load/unload timer. We'll include it from 2.4 and make it run once and then die forever.
I do observe the very same here. Updated my B3 this morning from 2.3.1.1 -> 2.4 (new kernel 2.6.39.4-9). But LCC's are still racing. My HD as suppied with the box:
Code: Select all
Model Family: Western Digital Caviar Green
Device Model: WDC WD5000AADS-00M2B0
Serial Number: WD-WCAV5D182002
LU WWN Device Id: 5 0014ee 2af341b18
Firmware Version: 01.00A01
Warranty check at WD says expiry on 16.06.2013 - not too much for a brand new piece.
Here the S.M.A.R.T values recorded for 1 hour operation:
Code: Select all
smartctl -A /dev/sda | egrep 'Power_On_Hours|Load_Cycle_Count'
9 Power_On_Hours 0x0032 100 100 000 ... - 10
193 Load_Cycle_Count 0x0032 200 200 000 ... - 1260
an 1 hour later:
Code: Select all
9 Power_On_Hours 0x0032 100 100 000 ... - 11
193 Load_Cycle_Count 0x0032 200 200 000 ... - 1374
which means more than 100LCC/hour! Based on the specification of 300.000 LCC's will be reached in roughly 1/2 year under 24/7 operation.
Could it be that the mentioned fix was not applied during system upgrade?
The proposed trick
Code: Select all
hdparm -B /dev/sda
/dev/sda:
APM_level = not supported
obviously does not apply to that HD.
I also tried to enable "suspend" of the HD to save even more power. But I experienced that you can spin down it only for quite a short time (less then 1 min) by
Code: Select all
hdparm -y /dev/sda
/dev/sda:
issuing standby command
but it soon is waked up by some process on the box, the most busy one as reported by 'top' is 'mysqld'.
Are there any hints to prevent this regular access to the HD in short intervals? I did already try to disable almost all services without success. It would save reasonable energy though:
- operating: 10W
HD idle: 8W
HD suspend: 5.5W
Best regards,
Ingo