06-19-2019, 04:40 AM
(06-18-2019, 08:06 AM)tuxd3v Wrote: I use a Fan to vent the disks, and I have configured the disks for power savingDo you also use the ROCKPro64 Metal Desktop / NAS Casing or something else?
(06-18-2019, 08:06 AM)tuxd3v Wrote: ( They are majority of time in APM mode 1, Because when you configure them in APM 127, after some time without activity they enter in APM mode 1, also known as StandBy..only the Controller board is in part activated,..this saves energy, the disks, and lower the temps.. ) ..
OK. I understood that.
Please tell me the right command to configure on for example 128 or 192. Is that correct? --> ./openSeaChest_PowerControl --device /dev/sda --setAPMLevel 128
And the right command to configure spindown time. I want to set 30 to 60 minutes. Is that possible?
(06-18-2019, 08:06 AM)tuxd3v Wrote: Load/Unload,
You posted the 'Power Cycles' of your disks..
And that is a preoccupation, because you have ~3000-5000 'Power Cycles'( SMART attribute 12, the Load/Unload is SMART attribute 193 ).
That tells me that, your disks fail to start a lot of times due to not sufficient power budget..
Probably because they are in 'Performance' Mode..
I'll test that with for blockid in {a..d};do smartctl --attributes /dev/sd${blockid}|grep -E "^ 12|^193"; done for a week.