Results 1 to 3 of 3

Thread: Ubuntu 10.10 Drive Spin Down

  1. #1
    Join Date
    Jan 2010
    Beans
    62

    Ubuntu 10.10 Drive Spin Down

    I built a headless server using Ubuntu 10.10 (amd64). I have two drives that I use for weekly backup that I would like to spin down when not in use. They are formatted using ext4. I have modified hdparm.conf to reference the drives as such:

    #-----------------------------------
    /dev/sde {
    spindown_time = 241
    }
    /dev/sdf {
    spindown_time = 241
    }
    #-----------------------------------

    How do I verify the drives are being spun down?

  2. #2
    Join Date
    Jan 2010
    Beans
    62

    Re: Ubuntu 10.10 Drive Spin Down

    Quote Originally Posted by ThePol1 View Post
    I built a headless server using Ubuntu 10.10 (amd64). I have two drives that I use for weekly backup that I would like to spin down when not in use. They are formatted using ext4. I have modified hdparm.conf to reference the drives as such:

    #-----------------------------------
    /dev/sde {
    spindown_time = 241
    }
    /dev/sdf {
    spindown_time = 241
    }
    #-----------------------------------

    How do I verify the drives are being spun down?
    I should also add that my fstab looks like this:
    UUID=(UUID) /media/(UUID) ext4 rw,suid,dev,exec,auto,user,async,noatime 0 2

    I believe that *noatime* will stop the kernel from accessing the drive every 5 seconds and allow it to spin down. I'd like some way to confirm that the drive has spun down, however.

  3. #3
    Join Date
    Jan 2010
    Beans
    62

    Re: Ubuntu 10.10 Drive Spin Down


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
  •