Results 1 to 3 of 3

Thread: fix for flawed hdparm in Lucid

  1. #1
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

    fix for flawed hdparm in Lucid

    When your hard disk suffers from ceaseless clicking (parking and unparking), you can stop that by changing the settings of hdparm in Lucid. By adding some lines to /etc/hdparm.conf. But you can't use the "command line code" anymore in 10.04; you have to use a different code. As follows:

    In the terminal:
    Code:
    gksudo gedit /etc/hdparm.conf
    Add this piece of code:

    Code:
    /dev/sda {
        apm = 254
        apm_battery = 254
    }
    Then reboot. The endless clicking should have ceased.

    There's a bug report on Launchpad as well:
    https://bugs.launchpad.net/ubuntu/+s...rm/+bug/568120
    Last edited by Pjotr123; May 23rd, 2010 at 11:43 AM. Reason: Found a better solution

  2. #2
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

    Re: fix for flawed hdparm in Lucid

    I just improved the instruction in my previous message. With thanks to Jan Claeys from ubuntu-be.

  3. #3
    Join Date
    Feb 2007
    Location
    St. Louis, MO
    Beans
    4,930
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: fix for flawed hdparm in Lucid

    Quote Originally Posted by Pjotr123 View Post
    When your hard disk suffers from ceaseless clicking (parking and unparking), you can stop that by changing the settings of hdparm in Lucid. By adding some lines to /etc/hdparm.conf. But you can't use the "command line code" anymore in 10.04; you have to use a different code. As follows:

    In the terminal:
    Code:
    gksudo gedit /etc/hdparm.conf
    Add this piece of code:

    Code:
    /dev/sda {
        apm = 254
        apm_battery = 254
    }
    Then reboot. The endless clicking should have ceased.

    There's a bug report on Launchpad as well:
    https://bugs.launchpad.net/ubuntu/+s...rm/+bug/568120
    This worked for me. The Load_Cycle_Count is now under control.
    Windows, only good for gaming.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •