Hello all, my new Dell Inspiron 15R appears to suffer from increasing load cycle count problem.
After digging around on the Internet, I have formulated a solution. Thanks to the Linux Mint forum people as well.
The key was to keep the APM_Level at 254 as this will stop the hard drive from spinning down frequently.
Now I know one can do this:
This is not a permanent solution, to make it permanent you need to edit the hdparm.conf file.Code:sudo hdparm -B 254 /dev/sda
I did as follows:
Add this line to the very end of the file:Code:gksudo gedit /etc/hdparm.conf
Reboot the laptop and type the following:Code:/dev/sda { apm = 254 apm_battery = 254 }
The APM_Level will be 254 for when you are plugged in or on battery.Code:sudo hdparm -B /dev/sda
You can verify that the count is not increasing at an alarming rate by typing the following in a terminal:
Now I know the battery life will be shortened ever so slightly, but I have not noticed any difference.Code:smartctl -a /dev/sda | grep Load_Cycle_Count
I am sure someone else has formulated a similar solution and that this might not be unique.
Hope this helps.



Adv Reply

Bookmarks