[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=391671.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2007-11-20T08:34:26+00:00 Andrey wrote:

TOSHIBA Satellite L30-113 notebook.
Intel Celeron 430M, ATI Radeon Xpress 200M.
Fedora 8.

== Increasing Load_Cycle_Count ==

[root@fedora ~]# smartctrl --all /dev/sda
[...]
Model Family: Hitachi Travelstar 5K100 series
Device Model: HTS541060G9SA00
Serial Number:MPBCPAXMGMV6PM
Firmware Version: MB3OC60R
User Capacity:60,011,642,880 bytes
Device is:In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  ATA/ATAPI-7 T13 1532D revision 1
Local Time is:Tue Nov 20 18:03:50 2007 VLAT
[...]

[root@fedora ~]# smartctl --all /dev/sda|grep -i count
  4 Start_Stop_Count0x0012   100   100   000Old_age   Always   
-   432
 10 Spin_Retry_Count0x0013   100   100   060Pre-fail  Always   
-   0
 12 Power_Cycle_Count   0x0032   100   100   000Old_age   Always   
-   432
192 Power-Off_Retract_Count 0x0032   099   099   000Old_age   Always   
-   211
193 Load_Cycle_Count0x0012   090   090   000Old_age   Always   
-   103707
196 Reallocated_Event_Count 0x0032   100   100   000Old_age   Always   
-   1
199 UDMA_CRC_Error_Count0x000a   200   253   000Old_age   Always   
-   0

but a hour ago Load_Cycle_Count was:   103698


== ReiserFS or ...? ==

Day ago I leave my notebook on 30 minutes, and when I came back I was heard 
that my HDD was buzzing!
[noisy like the sound of a bee; doing something hard]
I tried to do something, but Fedora don't respond.. even if I press Ctrl+Alt+F2 
or Ctrl+Alt+Del..
I wait about 10 minutes..
I was forced to press and hold PowerOff button for 5 seconds for hard-shutdown..
When I turn on my laptop, I found something strange in /var/log/messages file:

Nov 19 22:09:23 fedora yum: Installed: unrar - 3.7.8-1.lvn8.i386
Nov 19 22:43:34 fedora kernel: ReiserFS: sda6: warning: vs-8115: get_num_ver: 
not directory or indirect item
Nov 19 22:43:34 fedora kernel: ReiserFS: sda6: warning: vs-8115: get_num_ver: 
not directory or indirect item


And before this Load_Cycle_Cont was about 96###, and after - 102### ...

Reply at: https://bugs.launchpad.net/ubuntu/+source/acpi-
support/+bug/59695/comments/211


On 2007-11-20T13:49:00+00:00 Andrey wrote:

I think I found solution to stop increasing Load_Cycle_Count.

]# hdparm -I /dev/sda|grep Advan
Advanced power management level: 128 (0x80)
   *Advanced Power Management feature set

The solution:
]# hdparm -B 255 /dev/sda

/dev/sda:
 setting Advanced Power Management level to disabled

]# hdparm -I /dev/sda|grep Advan
Advanced power management level: 254 (0xfe)
Advanced Power Management feature set


Now Load_Cycle_Count stopped increasing!


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695/comments/212


On 2007-11-20T16:20:03+00:00 Phil wrote:

Reassigning this bug to the kernel component as it's a bug in that
component.

Read ya, Phil

Reply at: https://bugs.launchpad.net/ubuntu/+source/acpi-
support/+bug/59695/comments/213


On 2007-11-20T20:46:27+00:00 Chuck wrote:

That value is set by the system BIOS at power-on; we never change it. (Some
other distributions do, but not Fedora.)


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695/comments/216


On 2008-02-05T01:38:45+00:00 Eric wrote:

Bug confirmed un a Toshiba Satellite A210-FS3

I coded the following script. Do not use without checking if the HD temperature
is  not going too high. Here is the script that you can activate through
/etc/rc.d/rc.local :

==

#! /bin/bash
#Utility that checks whether the APM level is at 254 if not, reset it there. 

SLEEP="120"

while [ true ] ; do

STATE=`hdparm -I /dev/sda | grep "Advan" | sed "s/.* 
\([0-9][0-9][0-9]*\).*/\1/"`
ASTATE=`echo ${STATE:0:3}`

 if [[ $ASTATE != "254" ]] ; then 
   hdparm -B 254 /dev/sda
 fi 

sleep ${SLEEP}s
done

==

It is useful since each time it comes back from suspend or hibernate the value
is set back at 128 so having such a script reset it back to 254 which prevents
the Load_Cycle_Count problem as noted above. 

Hope this help.

Eric


Reply at: 

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread Nick B.
What is your test case? Are you sure this is the same bug?

On Friday, August 28, 2015 01:21:14 AM Aaahh Ahh wrote:
 Back at it in Ubuntu 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread Nick B.
What is your test case? Are you sure this is the same bug?

On Friday, August 28, 2015 01:21:14 AM Aaahh Ahh wrote:
 Back at it in Ubuntu 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread ethanay
Maybe installing TLP is a workaround?
http://askubuntu.com/questions/285434/is-there-a-power-saving-
application-similar-to-jupiter

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread ethanay
Maybe installing TLP is a workaround?
http://askubuntu.com/questions/285434/is-there-a-power-saving-
application-similar-to-jupiter

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread ethanay
For me, it's that the OS leaves insane hardware mfr defaults of hdparm
-B=128 in place even on AC power.  I believe this was fixed in 12.04 but is
back for some reason in 14.04 for me...  Installing TLP changes to B=254 on
AC and retains the B=128 on battery (with the addition of clustering hdd
writes to help prevent excessive disk activity and thus load/unload
cycles), so provides essentially the same fix with added benefits of actual
power saving on battery

ethan

“A society grows great when its elders plant trees whose shade they know
they shall never sit in.” -- an ironic Greek proverb


On Sat, Aug 29, 2015 at 6:48 AM, Nick B. nickbr...@gmx.us wrote:

 What is your test case? Are you sure this is the same bug?

 On Friday, August 28, 2015 01:21:14 AM Aaahh Ahh wrote:
  Back at it in Ubuntu 15.10

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 Status in acpi-support:
   Invalid
 Status in acpi-support package in Ubuntu:
   Fix Released
 Status in linux-meta package in Ubuntu:
   Invalid
 Status in pm-utils package in Ubuntu:
   Fix Released
 Status in acpi-support source package in Hardy:
   Fix Released
 Status in linux-meta source package in Hardy:
   Invalid
 Status in pm-utils source package in Hardy:
   Fix Released
 Status in acpi-support source package in Intrepid:
   Fix Released
 Status in linux-meta source package in Intrepid:
   Invalid
 Status in pm-utils source package in Intrepid:
   Fix Released
 Status in acpi-support source package in Jaunty:
   Fix Released
 Status in linux-meta source package in Jaunty:
   Invalid
 Status in pm-utils source package in Jaunty:
   Fix Released
 Status in acpi-support package in Baltix:
   Fix Released
 Status in acpi-support package in Debian:
   Fix Released
 Status in pm-utils package in Fedora:
   Invalid
 Status in laptop-mode-tools package in Mandriva:
   Unknown
 Status in Suse:
   Fix Released

 Bug description:
   The kernel wiki gathers info about drives with too aggressive power
 saving defaults. A script called storage-fixup is also available.

 https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux


   This is not a support forum.  Please do not use it as such (even though
 it has been used as such already).

   You can scan through the bug for links to the Ubuntu forums where
   many, many different questions have been asked, answered, and re-
   answered.  The temporary workaround is just below.

   See https://wiki.ubuntu.com/PowerManagement for an overview about what
   is involved and for a remedy.

   SRU justification: current behavior may lead to premature disk failure
   in laptops due to excessive unnecessary drive parking.  Fix will
   disable disk cycling by default when on AC power, by correcting an
   error in the hdparm logic of acpi-support.

   For jaunty, this issue is addressed in acpi-support 0.115.

   TEST CASE:

   1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and
 laptop-mode *not* enabled in either /etc/default/laptop-mode or
 /etc/default/acpi-support, monitor the load cycle count of your hard drive
 by running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an
 interval of several minutes, and observe that it is incrementing.  (If it
 does not increment, your hard drive's manufacturer defaults are sane and
 you are not affected by this problem.)
   2. install acpi-support from hardy-proposed or intrepid-proposed
   3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep
 Load_Cycle_Count' again to confirm that the number is no longer incrementing
   4. (assuming that the system is a laptop:) disconnect the system from AC
 power, and confirm that the number is incrementing again
   5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in
 /etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
   6. reconnect the system to AC power and confirm that the
 Load_Cycle_Count stops incrementing.
   7. suspend and resume the system and confirm that the Load_Cycle_Count
 is still not incrementing.

   REGRESSION POTENTIAL:

   As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
   automatically on systems where it was not being run before, there is
   some risk that this change will have a measurable impact on the disk
   throughput, power consumption, and temperature of some hard drives.
   Nevertheless, it is believed that these APM power settings are the
   sensible default settings for the vast majority of hard drives and
   that the current behavior poses a significant risk to the longevity of
   hard drives used in a wide range of laptop models, so this update
   should only be blocked if it results in confirmed hardware damage that
   can be expected to apply to a similar range of configurations.

   Following is a 

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread ethanay
For me, it's that the OS leaves insane hardware mfr defaults of hdparm
-B=128 in place even on AC power.  I believe this was fixed in 12.04 but is
back for some reason in 14.04 for me...  Installing TLP changes to B=254 on
AC and retains the B=128 on battery (with the addition of clustering hdd
writes to help prevent excessive disk activity and thus load/unload
cycles), so provides essentially the same fix with added benefits of actual
power saving on battery

ethan

“A society grows great when its elders plant trees whose shade they know
they shall never sit in.” -- an ironic Greek proverb


On Sat, Aug 29, 2015 at 6:48 AM, Nick B. nickbr...@gmx.us wrote:

 What is your test case? Are you sure this is the same bug?

 On Friday, August 28, 2015 01:21:14 AM Aaahh Ahh wrote:
  Back at it in Ubuntu 15.10

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 Status in acpi-support:
   Invalid
 Status in acpi-support package in Ubuntu:
   Fix Released
 Status in linux-meta package in Ubuntu:
   Invalid
 Status in pm-utils package in Ubuntu:
   Fix Released
 Status in acpi-support source package in Hardy:
   Fix Released
 Status in linux-meta source package in Hardy:
   Invalid
 Status in pm-utils source package in Hardy:
   Fix Released
 Status in acpi-support source package in Intrepid:
   Fix Released
 Status in linux-meta source package in Intrepid:
   Invalid
 Status in pm-utils source package in Intrepid:
   Fix Released
 Status in acpi-support source package in Jaunty:
   Fix Released
 Status in linux-meta source package in Jaunty:
   Invalid
 Status in pm-utils source package in Jaunty:
   Fix Released
 Status in acpi-support package in Baltix:
   Fix Released
 Status in acpi-support package in Debian:
   Fix Released
 Status in pm-utils package in Fedora:
   Invalid
 Status in laptop-mode-tools package in Mandriva:
   Unknown
 Status in Suse:
   Fix Released

 Bug description:
   The kernel wiki gathers info about drives with too aggressive power
 saving defaults. A script called storage-fixup is also available.

 https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux


   This is not a support forum.  Please do not use it as such (even though
 it has been used as such already).

   You can scan through the bug for links to the Ubuntu forums where
   many, many different questions have been asked, answered, and re-
   answered.  The temporary workaround is just below.

   See https://wiki.ubuntu.com/PowerManagement for an overview about what
   is involved and for a remedy.

   SRU justification: current behavior may lead to premature disk failure
   in laptops due to excessive unnecessary drive parking.  Fix will
   disable disk cycling by default when on AC power, by correcting an
   error in the hdparm logic of acpi-support.

   For jaunty, this issue is addressed in acpi-support 0.115.

   TEST CASE:

   1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and
 laptop-mode *not* enabled in either /etc/default/laptop-mode or
 /etc/default/acpi-support, monitor the load cycle count of your hard drive
 by running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an
 interval of several minutes, and observe that it is incrementing.  (If it
 does not increment, your hard drive's manufacturer defaults are sane and
 you are not affected by this problem.)
   2. install acpi-support from hardy-proposed or intrepid-proposed
   3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep
 Load_Cycle_Count' again to confirm that the number is no longer incrementing
   4. (assuming that the system is a laptop:) disconnect the system from AC
 power, and confirm that the number is incrementing again
   5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in
 /etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
   6. reconnect the system to AC power and confirm that the
 Load_Cycle_Count stops incrementing.
   7. suspend and resume the system and confirm that the Load_Cycle_Count
 is still not incrementing.

   REGRESSION POTENTIAL:

   As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
   automatically on systems where it was not being run before, there is
   some risk that this change will have a measurable impact on the disk
   throughput, power consumption, and temperature of some hard drives.
   Nevertheless, it is believed that these APM power settings are the
   sensible default settings for the vast majority of hard drives and
   that the current behavior poses a significant risk to the longevity of
   hard drives used in a wide range of laptop models, so this update
   should only be blocked if it results in confirmed hardware damage that
   can be expected to apply to a similar range of configurations.

   Following is a 

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-28 Thread Brian Visel
Right?  This is just sad.
On Aug 27, 2015 9:41 PM, Ryan Waldroop 59...@bugs.launchpad.net wrote:

 Seriously? That's how many years? Come on!

 On Thu, Aug 27, 2015 at 9:21 PM, Aaahh Ahh woohoomo...@gmail.com
 wrote:

  Back at it in Ubuntu 15.10
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/59695
 
  Title:
High frequency of load/unload cycles on some hard disks may shorten
lifetime
 
  To manage notifications about this bug go to:
  https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-28 Thread Brian Visel
Right?  This is just sad.
On Aug 27, 2015 9:41 PM, Ryan Waldroop 59...@bugs.launchpad.net wrote:

 Seriously? That's how many years? Come on!

 On Thu, Aug 27, 2015 at 9:21 PM, Aaahh Ahh woohoomo...@gmail.com
 wrote:

  Back at it in Ubuntu 15.10
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/59695
 
  Title:
High frequency of load/unload cycles on some hard disks may shorten
lifetime
 
  To manage notifications about this bug go to:
  https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-27 Thread Ryan Waldroop
Seriously? That's how many years? Come on!

On Thu, Aug 27, 2015 at 9:21 PM, Aaahh Ahh woohoomo...@gmail.com
wrote:

 Back at it in Ubuntu 15.10

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-27 Thread Ryan Waldroop
Seriously? That's how many years? Come on!

On Thu, Aug 27, 2015 at 9:21 PM, Aaahh Ahh woohoomo...@gmail.com
wrote:

 Back at it in Ubuntu 15.10

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-27 Thread Aaahh Ahh
Back at it in Ubuntu 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-27 Thread Aaahh Ahh
Back at it in Ubuntu 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-10 Thread Timothy R. Chavez
The bug task for the somerville project has been removed by an automated
script.  This bug has been cloned on that project and is available here:
https://bugs.launchpad.net/bugs/1305705

** No longer affects: somerville

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-10 Thread Timothy R. Chavez
The bug task for the somerville project has been removed by an automated
script.  This bug has been cloned on that project and is available here:
https://bugs.launchpad.net/bugs/1305705

** No longer affects: somerville

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-09 Thread Timothy R. Chavez
** Changed in: somerville
   Importance: Undecided = Low

** Changed in: somerville
   Status: New = Fix Released

** No longer affects: dell

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-09 Thread Timothy R. Chavez
** Changed in: somerville
   Importance: Undecided = Low

** Changed in: somerville
   Status: New = Fix Released

** No longer affects: dell

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-04-04 Thread Santiago Roland
I gave to my wife a new Samsung N150 Plus Netbook last year. Last month
the hard drive died but the warranty covered a new hard drive, so it was
fine. Now with the new hard drive i was able to hear every 6 seconds
that the heads are parking, and i tried many things and i cannot make it
stop. Now i wonder the first hard drive (the one that died 1 months ago
and my wife lost tons of data) died because of this bug. I know that
this is an old bug now, but in this netbook is defenitly back and i
tried adding this command in /etc/init.d

sudo hdparm -B 255 /dev/sda

even i tried to edit the laptop_mode.conf settings to do no power
management in this hard drive and i had no luck, the packages had
changed over the last versions of ubuntu and i do not know where to edit
to disable this powr management. Now this hard drive has over 16000 load
cycle counts and it keeps growing.

Anyone has starting to experience this? how do i stop this power
management in order to save this drive because the netbook warranty just
expired this month?

regards

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-04-04 Thread Santiago Roland
I forgot to say that the version of ubuntu is 11.10 oneiric and the
drive has 660 power on hours. he 6 seconds interval between parks is
when using battery

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-03-17 Thread Joonas Saarinen
But the head parking is part of the normal drive operation. So why avoid
it?

It's actually beneficial as it unloads the head, thus protecting the
disk from shocks (and saving some power). Not a heavy operation like
starting/stopping the disk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-03-17 Thread Yves-Eric Martin
@JoonasSaarinen

It is normal only if done not too frequently. Because otherwise, it can
kill a drive. And that is not just theoretical, it can happen much more
quickly than you may think: I had a drive with that issue, but very
quiet so I did not notice. The result: the drive died in a catastrophic
failure after only 5 months of operations (and over 800,000
Load_Cycle_Count!).

I don't think destroying itself in 5 months qualifies as normal drive
operations.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-02-16 Thread Mikko Rantalainen
SolidSlash (solidslash): it might be that recent kernel tweaks for ACPI
(and other power management) support may have triggered a fix for this
issue. If that's true, any distribution with a recent enough linux
kernel should be fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-02-05 Thread SolidSlash
Guys, I don't want to jinx it but... about 5 hours ago I installed Ubuntu 12.04 
alpha 2 on my laptop (WD2500BEVT hdd) and, without further configuring it (no 
changes to apm or anything like that) it WORKS. Just WORKS.
The temperature stays at 45'C and the load_cycle_count didn't increase even by 
one for these 5 hours! I'm shocked. I have no idea what's going on.
Now I'm moving to Ubuntu as my primary OS. Whoever contributed to this - thank 
you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-02-05 Thread Brian Visel
(!) really?  ..wow.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-10-15 Thread Загорія Сергій
It looks like WD BEVT-series was not mentioned here and the kernel.org is still 
down.
I just noticed huge Load_Cycle_Count on the WD1600BEVT-80A23T0. It almost 
reached 300 000 when I stopped it (299 252 to be precise) with 
hdparm -B 255 /dev/sda
-B 254 didn't help, it just _ignored_ it.

Power_On_Hours is 2771 and that gives an average of 107 cycles per hour.
Which is still very small compared to what I've heard today: it parks
every 3-6 seconds (!) on the battery.

I didn't read all the comments (there is way too much of them) so if
there was a better fix then disabling APM at all, please inform me.

FYI: it's an Asus T101MT notebook.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-09-09 Thread Yann
6 Month ago I upgraded a previous 2.5 laptop internal WD Sata 320GB
5400rpm HDD for another WD (scorpio black?) 750GB 7200rpm:

cat /proc/scsi/scsi

labels it as:
WDC WD7500BPKT-0 Rev: 01.0

The 320GB one was responding to various hdparm -B VALUE values... with 
254/255 shutting off spindown/unload completely...
The 750GB new one doesn't seems to care at all!

Ubuntu version unchanged (10.04), only disks copy (dd command with an
USB adapter)/changed.

And unload seems more brutal and loud than previous device, maybe
because of increased rpms.

For the moment, no problem with it... but the issue is probably with new
HDD firmwares that does not take care of energy saving modes/values to
exhibit good performance per watt figures in tests, whatever the test
configuration/OS. Even if that may cause reliability problems.

Needless to say that booting windows partition does not change anything.
That's not a linux problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-09-07 Thread hallgat
Ocassionaly frequent load-unload cycles happens under Oneiric 11.10 Beta 1 
usually when watching youtube. 
This happened from 10.04 and up on every ubuntu distro. 10.04 clearly tried to 
kill my hard drive, fortunately the never versions are less cruel :) As I know 
there still isn't a 100% workaround for my hdd.

I'm using a NEC Versa one laptop without ( ACPI=off ) with the hdd
below:

*-disk
description: ATA Disk
product: ST9120822AS
vendor: Seagate
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/sda
version: 3.AL
serial: 5LZ7Z1VR
size: 111GiB (120GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=2bd2c32a

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-09-07 Thread CLI
I think the workaround for the problem is to install laptop-mode-tools and in 
/etc/laptop-mode/laptop-mode.conf change line:
BATT_HD_POWERMGMT=1
to
BATT_HD_POWERMGMT=254
This of course sets default disk APM to 254, but with laptop mode tools my WD 
Scorpio Blue 500GB stays  pretty cool (about 43 degrees Celsius) and there is 
no idle drive clicking from now on. I've tested it on 11.04 and 10.04.
Maybe laptop-mode-tools should be installed by default on all laptops?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-09-07 Thread hallgat
I usually writehdparm -B 254 /dev/sda  to the  /etc/rc.local  to set
the APM 254 or 255, so if laptop-mode-tools only do the same
unfortunately it won't be enough.

For example my harddrive is Seagate ST9120822AS. If you check 
https://wiki.ubuntu.com/DanielHahler/Bug59695
it shows there is no known safe APM setting exists to this hard drive. In the 
earlier Ubuntu distributions I tried both 254 and 255 but they didn't solve the 
problem for me. 

For many hdd it shows solution but for mine and some others there isn't
any known solution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-08-30 Thread SolidSlash
Unfortunately, the dirty fix of setting APM to 254 doesn't end this issue. My 
hard disk is WDC WD2500BEVT-75ZCT2 (Dell Studio 1555) and, on Ubuntu 11.04, it 
gets really hot on the default settings. (up to 50 C on idle and even 54 C when 
copy/pasting) The load_cycle_count doesn't seem to go up very fast though. 
Setting to, for example, 239 makes the temperature go lower but then the 
load_cycle_count increases like crazy. I mentioned the 239 value because I use 
it on Windows 7 by applying it by quietHDD and both the temperature and 
load_cycle_count problems are non-existent.
Isn't it affected anyhow by ext4 and how it uses the drive to read/write data? 
It seems to be using hdd all the time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-06-10 Thread TheGhost
Same here on Ubuntu 11.04 Natty with a Western Digital Scorpio Blue.
Every 7-8 seconds the load_cycle_count increases.

Additionally, ff I activate HDD spin down when running on battery in the
power manager, I hear a clicking noise of my hdd every second. I can
gurantee that this clicking sound is unsual, normally when parking the
hdd's head. Deactivation of spin down setting helps, but load_cycle
increases still every 7 seconds.

Based on this, it seems that there are still problems with the HDD
management.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-05-14 Thread Grizzly
Not sure if it's related or simply common knowledge - the WD EcoGreen
EARS Advanced Format drives unter natty still park their heads every
eight seconds smartctl in rc.local does lower the Load_Cycle_Count
but does not fully help. There is a linux version of wdidle3 that also
did not help much - so, there are still configurations after years with
this problem...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-05-04 Thread Adam Porter
I've been getting some of these LinkedIn spam invites lately, but how
are they being sent to this bug's address?  This is getting ridiculous.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-05-04 Thread Chow Loong Jin
On 05/05/2011 09:12, Adam Porter wrote:
 I've been getting some of these LinkedIn spam invites lately, but how
 are they being sent to this bug's address?  This is getting ridiculous.
 

Probably from Gmail contact lists.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2011-02-14 Thread Bug Watch Updater
** Changed in: laptop-mode-tools (Mandriva)
   Importance: Unknown = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-10-18 Thread Bug Watch Updater
** Changed in: laptop-mode-tools (Mandriva)
   Status: Invalid = Unknown

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-06-10 Thread shuang.z....@gmail.com
** Also affects: acpi-support
   Importance: Undecided
   Status: New

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-06-10 Thread Milan Bouchet-Valat
Please don't open new tasks against random projects without explanation
and actual reasons. Thanks!

** Changed in: acpi-support
   Status: New = Invalid

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-05-02 Thread Jimmy Merrild Krag
Just installed lucid. Still got lots of load cycling, even though I've
turned stopping the hard drive off. Any (hopefully) helpful information
I can post?

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-05-02 Thread Jimmy Merrild Krag
Oh yeah. Running Lucid 64 bit.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-04-21 Thread ceg
** Description changed:

- This is not a support forum.  Please do not use it as such (even though
- it has been used as such already).
+ The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
+ 
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux
+ 
+ 
+ This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).
  
  You can scan through the bug for links to the Ubuntu forums where many,
  many different questions have been asked, answered, and re-answered.
  The temporary workaround is just below.
  
  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.
  
  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will disable
  disk cycling by default when on AC power, by correcting an error in the
  hdparm logic of acpi-support.
  
  For jaunty, this issue is addressed in acpi-support 0.115.
  
  TEST CASE:
  
  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.
  
  REGRESSION POTENTIAL:
  
  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and that
  the current behavior poses a significant risk to the longevity of hard
  drives used in a wide range of laptop models, so this update should only
  be blocked if it results in confirmed hardware damage that can be
  expected to apply to a similar range of configurations.
  
  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.
  
  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea while a system is
  not on AC, as that system is much more likely to encounter a physical
  impact.
  
  This is due to disk APM settings that let the heads park or disk spin
  down after an idle period that is shorter than the regular disk access
  patterns of the OS.
  
  Then, the heads are only parked for a very short period of time and
  almost imediately loaded again. Making impact protection much
  ineffective and wearing out the drive.
  
  It can happen when the disk asumes aggressive APM settings (like many
  laptop disks) and the OS does not take care to set the APM settings
  accordingly to its current disk access pattern.
  
  This problem has been confirmed in Ubuntu as well as in other
  distributions and on MacOS X and Windows.
  
  Symptoms of this bug are:
  * Frequent HD clicks  -- more than one per 3 minutes while idle, louder than 
the typical access sounds.  Often more than twice per minute.  On some disks, 
the click is very quiet
  * Rapidly Increasing Load_Cycle_Count as displayed in the final number in 
sudo smartctl -a /dev/hda | grep Load_Cycle_Count (where /dev/hda is replaced 
with your own hard disk device)
  
  The problem is only present due to the existence of *all four* of the 
following factors:
  * Hardware is set (default or otherwise) to aggressive power management, 
causing heads to park.  (default behaviour of many drives and often the only 
user available type of power management)
  * Disk is touched often, causing heads to unpark. (default behaviour of many 
distributions)
  * Drives are spec'd to a limited number of these 

[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2010-01-29 Thread scar
i have been living with this problem for years, never occurred to me it
could be resolved through software.  i have a sony vaio pcg-tr3a with
hitachi HTC426040G9AT00 disk drive.  i don't think it keeps track of the
load cycle with a human readable number, but it is definitely
increasing:

$ date; sudo smartctl -a /dev/sda|grep Load_Cycle_Count
Fri Jan 29 00:43:37 MST 2010
193 Load_Cycle_Count0x0032   011   011   000Old_age   Always   
-   9055335103588
s...@kovu:~$ date; sudo smartctl -a /dev/sda|grep Load_Cycle_Count
Fri Jan 29 00:47:17 MST 2010
193 Load_Cycle_Count0x0032   011   011   000Old_age   Always   
-   9055351880805
$ date; sudo smartctl -a /dev/sda|grep Load_Cycle_Count
Fri Jan 29 00:56:07 MST 2010
193 Load_Cycle_Count0x0032   011   011   000Old_age   Always   
-   9055368658022
$ date; sudo smartctl -a /dev/sda|grep Load_Cycle_Count
Fri Jan 29 00:56:32 MST 2010
193 Load_Cycle_Count0x0032   011   011   000Old_age   Always   
-   9055385435239


i am using ubuntu 9.04 with acpi-support 0.121, and i have enabled laptop mode 
in /etc/default/acpi-support

it doesn't seem to have helped, but i understand it is only supposed to
help when on battery power?

this laptop remains stationary and on AC power, so i would like to also
hear about a solution for this scenario.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-08-07 Thread killian_ro
The bug still exists in any ubuntu (9.04/9.10, x86) and I'm using a desktop 
computer with two WD6401AALS drives. Every minute, or every few minutes, four 
clicks occur. This is annoying to say the least, and if it will go on, I will 
simply walk away from linux. I have tried every solution (enabling laptop mode, 
setting hdparm -B 254/255), but the bug still persists. And I'm using a DESKTOP 
computer. F*ck. This is not fixed, but plaguing high and low.
Please, I need a solution other than going back to windows!

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-13 Thread ktulu77
Hi.

I have a XPS M1530 and I have the strange HD clicks 1 or 2 times per
minutes.

I am on ubuntu 9.04 x64. I don't understand why this bug is marked as
fixed.

I don't understand what I have to do to fix this problem. The bug report
is huge. What can I do to save my HDD and do not lost my data ?

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-13 Thread houstonbofh
ktulu77 wrote:
 Hi.
 
 I have a XPS M1530 and I have the strange HD clicks 1 or 2 times per
 minutes.
 
 I am on ubuntu 9.04 x64. I don't understand why this bug is marked as
 fixed.
 
 I don't understand what I have to do to fix this problem. The bug report
 is huge. What can I do to save my HDD and do not lost my data ?

The answer is to enable laptop mode.  However, you point is valid that 
you have to know to do this!  So, I agree that this bug should not be 
marked as Fixed if there is no intuitive way to know how to save your 
drive.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-07 Thread ethanay
If the intention is to enable a apm setting of 128 when on battery, where is 
the rationale and evidence explaining how
1. it actually protects the hdd from shocks
2. it actually saves power
3. evidence (even anecdotal) of drives overheating otherwise

my understanding and experience is that Ubuntu software polls the hdd
too frequently and cancels out #1 and #2 above, because the hdd parks
and unparks again almost immediately.  thus, there is no real shock
protection and no power saving (maybe even increased power consumption
due to unnecessary activity?), and in the absence of any heating issues
(not a problem on AC, by the way?), it makes no sense whatsoever to use
an apm value of 128 until software can be written with the standard of
reduced polling frequency while on battery mode.

cheers,
ethan

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-07 Thread Marcin 'Qrczak' Kowalczyk
On Jun 7, 2009 10:00 PM, ethanay ethan.y...@gmail.com wrote:

If the intention is to enable a apm setting of 128 when on battery, where is
the rationale and evidence explaining how
1. it actually protects the hdd from shocks
2. it actually saves power
3. evidence (even anecdotal) of drives overheating otherwise

my understanding and experience is that Ubuntu software polls the hdd
too frequently and cancels out #1 and #2 above, because the hdd parks
and unparks again almost immediately.  thus, there is no real shock
protection and no power saving (maybe even increased power consumption
due to unnecessary activity?), and in the absence of any heating issues
(not a problem on AC, by the way?), it makes no sense whatsoever to use
an apm value of 128 until software can be written with the standard of
reduced polling frequency while on battery mode.

cheers,
ethan

-- High frequency of load/unload cycles on some hard disks may shorten
lifetime https://bugs.launc...

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-05 Thread Launchpad Bug Tracker
This bug was fixed in the package pm-utils - 1.1.2.4-1ubuntu8.1

---
pm-utils (1.1.2.4-1ubuntu8.1) intrepid-proposed; urgency=low

  * debian/95hdparm-apm: apply a default apm policy to all drives on
resume/thaw, based on AC state, for consistency with the settings
applied by acpi-support.  LP: #59695.

 -- Steve Langasek steve.langa...@ubuntu.com   Mon, 09 Feb 2009
16:01:01 +

** Changed in: pm-utils (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-02 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package pm-utils - 0.99.2-3ubuntu10.1

---
pm-utils (0.99.2-3ubuntu10.1) hardy-proposed; urgency=low

  * debian/95hdparm-apm: apply a default apm policy to all drives on
resume/thaw, based on AC state, for consistency with the settings
applied by acpi-support.  LP: #59695.

 -- Steve Langasek steve.langa...@ubuntu.com   Mon, 09 Feb 2009
16:01:01 +

** Changed in: pm-utils (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-05-14 Thread Xandros Pilosa
Concerning pm-utils 0.99.2-3ubuntu10.1 from Hardy-proposed :
targeted behaviour achieved here.
Hdparm -B 128 on battery and hdparm -B 254 on AC, also persistent after 
resuming from STR or hibernation and switching from bat. to AC and back.
HP Pavilion tx1000 
HD:  FUJITSU MHY2120BH
Ubuntu Hardy 8.04.2
Sorry for late response and many thanks.
Regards!

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-04-25 Thread Bug Watch Updater
** Changed in: laptop-mode-tools (Mandriva)
   Status: Confirmed = Invalid

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-04-15 Thread Rocko
This bug has very recently come back in Jaunty specifically when I
resume without power attached and then attach the power cable. More
importantly, issuing a sudo hdparm -B 254 doesn't fix it when it
happens. I've opened bug #361680 for it since it seems to be otherwise
fixed in Jaunty.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-25 Thread Steve Langasek
On Sun, Feb 22, 2009 at 12:18:43PM -, Nicolò Chieffo wrote:
 Well. I think that hdparm -B 128 is a too low value... This is the
 problem!

 I've set it to 200 and now I don't have an infinite number of head
 parking as before!

Because setting it to 200 is defined to not permit spin-down.  It is an
implementation decision to continue to spin down when on battery, not a bug.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-22 Thread Dennis Heinson
This bug is far from being fixed. I am using the latest -proposed
packages in intrepid. Same behavior for me as for other reporters: When
I boot up on AC power - no problems.

When I go to battery, the issue appears and will STAY even when I
reconnect AC power. I get around 10 load/unload cycles per MINUTE.  It
will only go away after a reboot. This happens regardless
LAPTOP_MODE=enabled or =disabled.

I am using a Thinkpad X200s with a Seagate ST9160827AS hard drive.

Please remove the fix released tags - this issue is NOT fixed. Plus,
if I may add, I find it silly to claim that this cannot be fixed
entirely because the hardware sucks. This issue doesn't appear in
other operating systems so there must be a way to make it work.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-22 Thread Nicolò Chieffo
Well. I think that hdparm -B 128 is a too low value... This is the
problem!

I've set it to 200 and now I don't have an infinite number of head
parking as before!

you have to edit the files named 90-hdparm.sh in the directories and
replace 128 with 200
/etc/acpi/ac.d/
/etc/acpi/start.d/
/etc/acpi/battery.d/
/etc/acpi/resume.d/
Then insert and remove the AC adapter and wait to see if the head
parks a lot again

(I really don't understand why there are 4 duplicate files... They
could be symlinks...)

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-22 Thread Matteo Collina
I really don't understand why there are still these kind of files under
/etc/acpi while there is the the new infrastructure under /usr/lib/pm-
utils/. These kind of problems should be adressed only in one place to
keep the solution simple and maintainable.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-21 Thread Lorenzo Bettini
I've just installed a brand new kubuntu 8.04 on a Dell Latitude D630;
after the first boot I did an upgrade (without upgrading to 8.10
though), and the clicking problem is NOT there, load cycle NEVER
increased in hours...

However, laptop mode is not enabled, so this was fixed somewhere else?

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-21 Thread Babyshamble
An educated guess: No, what happened is that your laptop's HDD wasn't
affected by the bug?

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-21 Thread Lorenzo Bettini
ehm... I gave it for granted: my laptop's HDD is affected by this bug,
in fact, in previous versions of kubuntu I was using the ugly fix. (I
started with 7.04 and then upgraded the system up to 8.04.)

Then today, I decided to install 8.04 from scratch and the bug is not
there anymore (of course, I haven't reapplied the ugly fix, so the
packages now seem to work fine).

Laptop mode starts automatically on battery.

On battery the cycle counts is more than 100 per hour, is this
reasonable?

However, I confirm: no click on AC!

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-21 Thread Steve Langasek
On Sat, Feb 21, 2009 at 04:52:42PM -, Lorenzo Bettini wrote:

 On battery the cycle counts is more than 100 per hour, is this
 reasonable?

Is it reasonable:  no, but I don't think we can fix the problem of frequent
un-parking from any of the power management packages.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-19 Thread Martin Pitt
Accepted pm-utils into hardy-proposed; please test and give feedback
here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Changed in: pm-utils (Ubuntu Hardy)
   Status: In Progress = Fix Committed

** Changed in: pm-utils (Ubuntu Intrepid)
   Status: In Progress = Fix Committed

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Nicolò Chieffo
I'm on acpi-support 0.119 and pm-utils 1.2.2.4-0ubuntu2

When I'm on battery I hear very frequently the spin down noise. I bought
my new laptop 1 month ago and the load cycle is 5180. Do you think I
suffer this bug?

Now I set up /etc/laptop-mode/laptop-mode.conf using
ENABLE_LAPTOP_MODE_ON_BATTERY=0 (it was 1 before)

I have a question to ask: how can I see the -B value of my disk with
hdparm? I only know how to set it, but not how to get the current value.

Thanks for the informations

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Bart Samwel
Nicolò Chieffo wrote:
 I'm on acpi-support 0.119 and pm-utils 1.2.2.4-0ubuntu2
 
 When I'm on battery I hear very frequently the spin down noise. I bought
 my new laptop 1 month ago and the load cycle is 5180. Do you think I
 suffer this bug?

Probably. But 5180 in one month is fine: that's about 6 per year. 
Your disk will last about 10 years at this rate.

Cheers,
Bart

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Nicolò Chieffo
Thanks for the information. Anyway I noticed that leaving for 15
minutes my laptop on battery (with 128 as -B configuration), the
Load_Cycle raised of 15 (more or less). So I get one load cycle a
minute (fortunately only on battery). Is this the same case of you?
Why is my disk woken up once a minute during inactivity? kMaybe we
should also loo at this things

Thanks

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Bart Samwel
Hi Nicolò,

Nicolò Chieffo wrote:
 Thanks for the information. Anyway I noticed that leaving for 15
 minutes my laptop on battery (with 128 as -B configuration), the
 Load_Cycle raised of 15 (more or less). So I get one load cycle a
 minute (fortunately only on battery). Is this the same case of you?
 Why is my disk woken up once a minute during inactivity? kMaybe we
 should also loo at this things

This is by design. On battery the load cycle does increase, because it 
is useful to allow disk power management: for power saving, and to 
protect against falling. It's been calculated that even for pretty 
extremely mobile usage, your disk should be fine for a very long time. 
On AC your load cycle should not increase (much).

Cheers,
Bart

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Nicolò Chieffo
It's ok for me that my disk saves power while on battery, but I cannot
understand why once the read head is unloaded, every minute it is
loaded again. If the PC is idle who is causing the load cycle?
There might be a process that every minute accesses the disk, which is
not ok (in my opinion)

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Bart Samwel
Nicolò Chieffo wrote:
 It's ok for me that my disk saves power while on battery, but I cannot
 understand why once the read head is unloaded, every minute it is
 loaded again. If the PC is idle who is causing the load cycle?
 There might be a process that every minute accesses the disk, which is
 not ok (in my opinion)

Fact of life, unfortunately. It's hard to fix all software -- there's a 
lot of software out there. :-/

Cheers,
Bart

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Yung-Chin Oei
On Fri, Feb 13, 2009 at 1:20 PM, Nicolò Chieffo 84ye...@gmail.com wrote:
 It's ok for me that my disk saves power while on battery, but I cannot
 understand why once the read head is unloaded, every minute it is
 loaded again. If the PC is idle who is causing the load cycle?
 There might be a process that every minute accesses the disk, which is
 not ok (in my opinion)

Nicolò: this is not really related to the bug discussion...
You might want to check out lm-profiler. Look at Bart's pages for a
description: http://www.samwel.tk/laptop_mode/faq

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-13 Thread Nicolò Chieffo
That's right, sorry. Yung-Chin thanks for the page. I will try to find
out which is the process that accesses the disk.
Bye

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package pm-utils - 1.2.2.4-0ubuntu2

---
pm-utils (1.2.2.4-0ubuntu2) jaunty; urgency=low

  * debian/95hdparm-apm: apply a default apm policy to all drives on
resume/thaw, based on AC state, for consistency with the settings
applied by acpi-support.  LP: #59695.

  [ James Westby ]
  * debian/rules: don't install sleep.d/90clock, the kernel now handles
setting the system clock on its own (and much more efficiently)
without needing to call hwclock.  Cf.
https://wiki.ubuntu.com/HardwareClock.  LP: #326183.

 -- Steve Langasek steve.langa...@ubuntu.com   Mon, 09 Feb 2009
17:07:28 +

** Changed in: pm-utils (Ubuntu Jaunty)
   Status: New = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-09 Thread Steve Langasek
pm-utils uploaded to hardy/intrepid.  Martin, please review at your
convenience.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-02-09 Thread Steve Langasek
** Changed in: pm-utils (Ubuntu Hardy)
   Status: Triaged = In Progress

** Changed in: pm-utils (Ubuntu Intrepid)
   Importance: Undecided = Critical
 Assignee: (unassigned) = Steve Langasek (vorlon)
   Status: New = In Progress

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package acpi-support - 0.116

---
acpi-support (0.116) jaunty; urgency=low

  [ Jakob Unterwurzacher ]
  * Defensive quoting in 90-hdparm.sh, so that the script doesn't throw
a syntax error when the battery state is undetermined.

  [ Steve Langasek ]
  * lib/power-funcs: refactor getState() to return 'AC' by default,
since this is implicitly the case if we don't have a battery.
LP: #59695.

 -- Steve Langasek steve.langa...@ubuntu.com   Fri, 30 Jan 2009
02:07:48 -0800

** Changed in: acpi-support (Ubuntu Jaunty)
   Status: Triaged = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-29 Thread SirLancelot
After latest acpi-support update bug looks like fixed on my 8.10 but with
one exception. When I close my laptop screen disk start to load/unload
cycles again.

Is it a rule on laptop hard disk with closed screen? Is it Your idea to make
something like protection of moving laptop with closed screen or wrong
working of the fix?

--
 High frequency of load/unload cycles on some hard disks may shorten
 lifetime
 https://bugs.launchpad.net/bugs/59695
 You received this bug notification because you are a direct subscriber
 of the bug.



--


Pozdrawiam Serdecznie.


Łukasz Graczyk

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-29 Thread Bart Samwel
SirLancelot wrote:
 After latest acpi-support update bug looks like fixed on my 8.10 but with
 one exception. When I close my laptop screen disk start to load/unload
 cycles again.
 
 Is it a rule on laptop hard disk with closed screen? Is it Your idea to make
 something like protection of moving laptop with closed screen or wrong
 working of the fix?

The following scenario might cause this: (a) you have
CONTROL_HD_POWERMGMT=1 in laptop-mode.conf, and (b) you have
ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED=1 in laptop-mode.conf. It might be
something else though!

Cheers,
Bart

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-28 Thread unggnu
Reducing the frequency of unparking is nearly impossible in Ubuntu, at least 
for the developers atm.
It isn't enough to higher the DIRTY_RATIO like laptop-mode does or exit or 
disabling hal-polling. If apps like Firefox are used they poll very often.
I personally got longer sleep times (nearly a minute) after doing the mentioned 
and moving /tmp and the firefox profile, macromedia and java directory to 
tmpfs. The problem is that the directories have to be synced to disk before 
shutdown and there are several more apps that poll recently I guess.

I still think it is the best to poll affected hard drives (high SMART
parking values) recently and don't change the apm value. Of course this
only makes sense if the hard drives doesn't get as hot with polling as
with disabled apm.

At least for laptops the problem might be gone soon when SSDs are used
more recently so just waiting might solve the issue too ;) .

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-28 Thread Milan
Wouldn't it be the task of DeviceKit-disks to check for the drive's
health and disable parking when it's happening too often or when the
disk is near its end of life? I know it already does some SMART checks,
so it could be easy to add this feature, and IMHO it's the place where
things like that should be done.

** Changed in: acpi-support (Baltix)
   Status: New = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-28 Thread Mario Limonciello
** Changed in: dell
   Status: Confirmed = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-27 Thread Paganini
Hi Adam,

That seems like a good idea to me. I have this problem on two thinkpads,
a 600E and an X40.

I gave the  600E to my sister a while back and it now runs XP, but it
still has the clicking problem. It has a Hitachi drive similar to the
one in my X40, but I don't recall the exact number.

The X40 has a Hitachi HTC426040G9AT00 with firmware 00P4A0L2. The BIOS
version of my X40 is 1.22 (1UET74WW)

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-27 Thread Dennis Heinson
The Thinkpad X40 uses 1.8 hard drives that have clicking (and failing)
issues all of themselves. Your issues are probably unrelated to the bug
at hand.

I am getting this issue with my new X200s Thinkpad using stock BIOS. It
has a Seagate SATA ST91660827AS hard drive, firmware version: 3.CMF. The
problem appears only after suspend/wake up on AC and battery.

Laptop-mode=disabled.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-27 Thread Steve Langasek
** Changed in: acpi-support (Ubuntu Jaunty)
 Assignee: Ubuntu Kernel ACPI Team (ubuntu-kernel-acpi) = Steve Langasek 
(vorlon)

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-27 Thread Steve Langasek
doesn't appear to be anything actionable here on linux/linux-meta,
marking these tasks 'invalid'.

** Changed in: linux-meta (Ubuntu Hardy)
   Status: New = Invalid

** Changed in: linux-meta (Ubuntu Intrepid)
   Status: New = Invalid

** Changed in: linux-meta (Ubuntu Jaunty)
   Status: New = Invalid

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-26 Thread Adam Porter
May I suggest that anyone who still has issues and comments on this
bug should include this information:

Laptop make and model
BIOS version
Hard disk make, model, and firmware revision (available from smartctl)

Perhaps we can discover a pattern of manufacturers or models which
handle certain settings in different ways.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread unggnu
Maybe it is/was better to poll the hard drive on effected systen every x 
seconds to prevent spinning down but still let use the ohter features of apm.
Maybe the hardware vendors/ hard driver producers should be contacted how they 
deal with it under Windows.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread Dennis Heinson
Not solved for me either. Noticed by loud clicks. Laptop mode disabled.
Seems to only appear once I suspend the computer and bring it back from
suspend. Load cycle counter increase of about 60 in 15 minutes.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread Vincenzo Ciancia
Would it be possible for some influential ubuntu developer to talk to
manufacturer and ask what policy would they use on their drives? It
seems to me that there are too many unsolved problems and this bug is
the second most commented bug on launchpad.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread SirLancelot
Hi,


This problem really exist on Ubuntu 8.10 and it's even worse than earlier
because some packages was updated to fix this problem, some system files
works different than earlier to fix this problem and effect of this fixes
is that people simly couldn't solve clicking their hard drives because
scripts, ugly fixes and all simple methods not working with updated files of
Ubuntu 8.10.

People from Ubuntu could say: So why people still edit those files if it's
no effect with this problem. Because most of people tried to make it so
easy as You discribed in:

https://wiki.ubuntu.com/PowerManagement

And still hear hard disk clicking. What schould They do? Install Windows to
stop it or what? Instruction from PowerManagement link is:
ENABLE_LAPTOP_MODE=true in /etc/default/acpi-support and it's simply not
working.

This problem exists so long. There was so many ugly and simle fixes that
could stop clicking but now non of them works because Canonical updates
files to solve this problem and updates could not solve this problem and
updates disabled almost every simle mathods to stop problem manually.

Many new people hear recomendation of Ubuntu from other users. Finally
install this system and one of first subject on every Ubuntu forums is How
to stop Ubuntu to kill your hard drive. For me is very bad recomendation.

Could someone give me a link to original and clear:

/etc/laptop-mode/laptop-mode.conf

Because aftes so many solutions I'm not sure about what is clear Ubuntu 8.10
configuration in this file.

Thanks.


-- 


Pozdrawiam Serdecznie.


Łukasz Graczyk

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread Isaac Dupree
Steve Langasek: sure, there's a tradeoff... but with sufficient
knowledge, perhaps we could make it less bad.  Suppose the hard-drive is
specced to 60 load-cycles.  With smartctl we can measure the current
number of load-cycles.  Suppose there have already been 70 load-
cycles: wouldn't you think it'd be pushing your luck to park the head
frequently, even if it saves power in the short run?  More seriously,
suppose you decrease or stop that behavior earlier, say at 50 or
30 load-cycles: so an older drive will use more power on battery,
but at least Linux would then obey the principle of do no harm.  (If
the hard-drive dies, the user has to replace it; if the hard-drive is
just inefficient, the user still has the choice of replacing it, and is
also less likely to lose data.)

Now we can look at something desired like There should be fewer than
~15 load cycles per hour, except during heavy usage while on battery.
that makes new drives last at least four years... if we adjust that
number 15 in proportion to the actual (spec - load_cycle_count), then
we'll manage to keep the drive pretty much safe from this kind of
wearing-out!

however!

- we may not know the spec (is it bad to assume that it's 60)?

- hard drives seem to be quite uncooperative: there might not be *any*
good way to tell one don't park any more often than X times an hour,
even though there's a darned simple algorithm (disk remembers the last
time it parked the head, and refuses to park the head again for the next
1/X hours).  But maybe there's a way we can ensure that (frequent hdparm
-B to different values? Is doing that likely to wear out the drive in
any odd way?)

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread Michał Gołębiowski
@ Łukasz Graczyk:
I attach unmodified version of my Intrepid /etc/laptop-mode/laptop-mode.conf.

** Attachment added: Original Intrepid version of 
/etc/laptop-mode/laptop-mode.conf file
   http://launchpadlibrarian.net/21624757/laptop-mode.conf

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread SirLancelot
Thanks Michał.

For this moment only issue that really works for me in 8.10 is:

1/ sudo gedit /etc/default/acpi-support
ENABLE_LAPTOP_MODE=true

2/ sudo gedit /etc/laptop-mode/laptop-mode.conf
http://wklej.org/id/44454/

Every other issues for me don't stop clicking even on AC.

--


Pozdrawiam Serdecznie.


Łukasz Graczyk

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-25 Thread Steve Langasek
On Sun, Jan 25, 2009 at 06:13:26PM -, Isaac Dupree wrote:
 - hard drives seem to be quite uncooperative: there might not be *any*
 good way to tell one don't park any more often than X times an hour,

In fact there isn't.  Parking is handled by the drive itself according to
the APM power management settings; we don't really have a good interface to
control parking more finely than that.  The only other approach to reducing
the number of load cycles would be to reduce the frequency with which Ubuntu
requires *un*parking the drive; that's worth investigating, but is going to
take a while to get to the bottom of and is probably not something we would
change in existing releases via SRU unless the fixes were obvious and
straightforward.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-24 Thread enubuntu
the bug it's not solve!
i have increment of cycle when my laptop work with battery
please solve!
thanks

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-24 Thread Steve Langasek
enubuntu,

It is intented that the hard drive be parked when running on battery,
there's a trade-off between hard drive longevity and power usage.  We do
not consider this a bug and no fix is intended.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-24 Thread ®om
Steve Langasek, ok the hard drive can be parked when running on battery,
but sometimes it is too much (particularly when you do nothing, you let
the computer alone on battery).

Last time, it parked about 400~500 times in 1 hour.

That's why I reapplied the fix which always set hdparm to 254.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-24 Thread Paul Sladen
On Sat, 24 Jan 2009, ®om wrote:
 Last time, it parked about 400~500 times in 1 hour.

That would be once every 7-9 seconds.  Is it even parking spinning down that
qiuckly?

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-24 Thread Tobias Stegmann
Using the fix/updated acpi-support, my hdd gets very hot while idling.
hddtemp says:

$ sudo hddtemp /dev/sda
/dev/sda: TOSHIBA MK1637GSX: 55°C

which is its maximum operating temperature. I don't want to think about
what could happen if I make this drive doing sth.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-20 Thread Steve Langasek
On Tue, Jan 20, 2009 at 01:05:20AM -, Cyberlion wrote:
 The bug solved, but the problem with the battery use is critical. And
 the HD is working in high temperature.

There is nothing in this change that should cause battery use to increase. 
I think you should file a new bug report providing more details.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-20 Thread ®om
I had the Cycle Count increased by more than 800 since yesterday.

I reapply this fix :
cmd='hdparm -B 254 /dev/sda';sudo $cmd  echo -e '#!/bin/sh\n'$cmd  
/tmp/hdfix  sudo install /tmp/hdfix /etc/pm/power.d/00-hdparm.sh  sudo 
install /tmp/hdfix /etc/pm/sleep.d/00-hdparm.sh

to avoid the problem.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-19 Thread ®om
The bug is mostly resolved, but there is still the problem sometimes
when I let the laptop alone on battery (without doing anything). This
morning I had the cycle count incremented by 30 in 2 minutes, and
yesterday about 400 in (??? I don't know, but not a very long time).

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   >