HD Ticking / Clicking.

Discussion in 'Storage' started by tomt, Dec 27, 2008.

  1. tomt

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    HD Ticking / Clicking

    Just bought 2 new acer one 1GB & 120GB Hard Disks.

    Noticed one of them (mine) has the hd ticking and cliking every few seconds. Couple of questions...

    Should I return it and get it replaced ?
    What is the best way to stop this in Linux ?
    Should the Live Update fix it ??

    Many Thanks :)
     
    tomt, Dec 27, 2008
    #1
  2. tomt

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    Any one any ideas on this ??

    Thanks :)
     
    tomt, Dec 27, 2008
    #2
  3. tomt

    hillsoft

    Joined:
    Nov 30, 2008
    Messages:
    89
    Likes Received:
    0
    I did this with ubuntu. I added this to the file /etc/hdparm.conf

    Code:
    command_line {
    hdparm -B 254 /dev/sda
    }
    
    That basically disabled the drive going into power save mode.

    Not sure if your using Linpus, or Ubuntu or some other variant of Linux.

    But if you don't have the file /etc/hdparm.conf

    You can just run "hdparm -B 254 /dev/sda" from the command line to test it, and then add it to a startup script used by your Linux variant.
     
    hillsoft, Dec 27, 2008
    #3
  4. tomt

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    Thanks

    I'll try that.. I've spoken to Amazon today and they will swap it if I ask them to !!
     
    tomt, Dec 27, 2008
    #4
  5. tomt

    gadjet

    Joined:
    Dec 5, 2008
    Messages:
    6
    Likes Received:
    0
    Mine had the same problem with linpus (as supplied) I now have Ubuntu remix installed and it does it a lot less than it did.

    I assume it is something to do with the hard drive parameters as I've had 3.5" drives that have done the same.
     
    gadjet, Dec 29, 2008
    #5
  6. tomt

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    Just posted in another thread..

    I can't find /etc/hdparm.conf
    If I try running hdparm in terminal I get command not found...

    This is on Linpus - Any ideas ?
     
    tomt, Dec 29, 2008
    #6
  7. tomt

    hillsoft

    Joined:
    Nov 30, 2008
    Messages:
    89
    Likes Received:
    0
    I don't have Linpus on my AA1, but you should probably just install hdparm from the Linpus repositories, or the Fedora ones.

    Then you should be able to have hdparm fix the issue.
     
    hillsoft, Dec 29, 2008
    #7
  8. tomt

    big_al_from_wigan

    Joined:
    Jan 4, 2009
    Messages:
    1
    Likes Received:
    0
    Location:
    Wigan
    I installed hdparm when I found out it wasn't there, but when I tried using it I got permission denied.

    Any clues - I'm a linux newbie, I only got this wonderful machine at Christmas but I have had ticking hard drives in XP laptops before and I would like to stop it if possible.

    Thanks for the help.

    Alan
     
    big_al_from_wigan, Jan 4, 2009
    #8
  9. tomt

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    From a terminal session run

    sudo hdparm - 256 /dev/sda
    You will then be asked for your password.
     
    tomt, Jan 4, 2009
    #9
  10. tomt

    teaker1s

    Joined:
    Oct 5, 2008
    Messages:
    43
    Likes Received:
    0
    teaker1s, Jan 25, 2009
    #10
  11. tomt

    Ultrabog

    Joined:
    Jan 20, 2009
    Messages:
    4
    Likes Received:
    0
    sudo hdparm -B 255 /dev/sda

    that worked til a reboot, soI put it in rc.local to start each time the AAO starts and now clicking has gone totally :D

    Thanks
     
    Ultrabog, Feb 12, 2009
    #11
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.