as announced by Western Digital ( link 1 ) there are problems of wearing down there disks extremely quick due to there power saving features.
What happens with the WD green disks is that after 8 second of "idle", they positioning the heads into a park position ( Idle 3 ), shortly after this the linux on our bubba accesses the disk again, so the heads are activated again. This is called a Load Cycle.
Unfortunately the WD green disks are designed for max 300000 of these Load Cycles.
You can check the load cycles with the command : smartctl -d ata -a /dev/sda ( smartctl is not installed per default on bubba, so install )
I was really shocked by the result of load cycle count of my WD 1Tb green disk (WDC WD10EACS-00ZJB0 Firmware Version: 01.01B01) which was just in my Bubba 2 for all of its life.
date; smartctl -d ata -a /dev/sda | grep -i -E '(load_cycle|temp|Power_On_Hours|Device Model)'
Thu Feb 5 09:36:56 UTC 2009
Device Model: WDC WD10EACS-00ZJB0
009 Power_On_Hours 0x0032 097 097 000 Old_age Always - 2719
193 Load_Cycle_Count 0x0032 115 115 000 Old_age Always - 257554
194 Temperature_Celsius 0x0022 116 103 000 Old_age Always - 36
As you can see, after just 2719 hours (113 days) of uptime, I have reach 257554 Load cycles, meaning I will reach the max load count, after which WD will not guarantee the correct functioning of the disk, before the disk is half a year old !!!
Bubba team : why is bubba doing an average of 95 load cycles per hour ???? ( Load_Cycle_Count / Power_On_Hours )
As WD writes there are 2 solutions to fix the problem :
1 ) Make sure the OS / applications don't access the disk every 8+n seconds, causing the Load cycles and wear down the disk.
--> Is there a Bubba solution ( planned ) for this ??
This bug was already filed in the bubba forum on 01 feb 2008 ( link 2 ) but is probably unnoticed

2 ) Increase the Idle 3 timeout of the disk.
--> This is also not so easy . . .
Unfortunately the linux workaround ( hdparm -B 255 /dev/sda ) to switch off the power management does not work on the WD green disks

WD has unfortunately just DOS/Windows tools to change this settings, and for the WD10EACS disk there is just an unsupported dos program ( wdidle3.exe ) to change this which I found in the silentpcreview forum (link 3)
Furthermore people warn that disabling the power management of the disks can cause the disk temprature to increase/overheat, because they are designed to work with the power ( and heat ) saving features, so the best solution would be to reduce the disk accesses from bubba.
So after this long description I would like to know if other bubba users are facing the same extreme Load cycle count with there WD green ( or other disks ) and if the Bubba team can provide an solution for the problem, because as I recall the Bubba two with build-in disk are using the same WD disks . . .
Best regards,
Ton.
1 ) http://www.silentpcreview.com/Terabyte_Drive_Fix
2 ) http://forum.excito.net/viewtopic.php?t=888
3 ) http://www.silentpcreview.com/forums/vi ... hp?t=51401
4 ) https://bugs.launchpad.net/debian/+sour ... viewstatus
5 ) http://paul.luon.net/journal/hacking/BrokenHDDs.html
6 ) http://www.networkedmediatank.com/showt ... ?tid=16327