Results 1 to 4 of 4

Thread: Hard drive no longer spins down

  1. #1
    Join Date
    Oct 2007
    Location
    Emeryville, CA
    Beans
    70
    Distro
    Ubuntu 12.04 Precise Pangolin

    Hard drive no longer spins down

    I upgraded from 9.04 to 9.10, and I had my partitions formatted as ext4 with nodelalloc enabled since I had frequent kernel panics on 9.04 and was experiencing significant data loss. After upgrading, the hard drive would spin down when idle and on battery, just as it did in 9.04. However, after I removed the nodelalloc mount option, it no longer spins down. Shouldn't it be able to spin down more?

  2. #2
    Join Date
    Nov 2007
    Location
    Sweden
    Beans
    2,200

    Re: Hard drive no longer spins down

    Maybe your system lacks hdparm?

    Code:
    sudo apt-get install hdparm
    to install it and
    Code:
    man hdparm
    for infomration on how to use it.
    Debian 11 "Bullseye"
    HP Envy 2021 laptop
    Linux user since 1999.

  3. #3
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Hard drive no longer spins down

    Could also try:

    Code:
    sudo apt-get install ubuntu-laptop-mode
    Laptop mode is a Linux kernel feature that allows the system to reduce power
    consumption by allowing the hard drive to spin down for longer periods of
    time. This package contains a script to control these kernel parameters.

  4. #4
    Join Date
    Oct 2007
    Location
    Emeryville, CA
    Beans
    70
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Hard drive no longer spins down

    hdparm is installed, as is laptop-mode. I have a custom laptop mode setup for a Thinkpad as per here http://www.thinkwiki.org/wiki/Instal..._ThinkPad_T400

    As I mentioned, it works if nodelalloc is used as a mount option.

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
  •