Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Turning off usb harddrive standby mode

  • 10-11-2007 11:41PM
    #1
    Registered Users, Registered Users 2 Posts: 1,766 ✭✭✭


    Hey Folks,

    I'm pretty sure they are plenty of you with those external usb FreeAgent Seagate harddrives. You probably know this but just in case you didn't - you can turn off that standby mode (that kicks in after 15 mins).
    While in Windows its an annoyance (lags other accessing other drives when waking up) - under linux (well, at least under ubuntu) it was not waking up for me once it powered down into sleep mode.
    df -h (note which drive is your usb drive)

    sdparm -al /dev/sdb1 # check for STANDBY condition - its likely = 1

    sdparm -c STANDBY -6 /dev/sdb1 # turn off stand by mode

    sdparm -al /dev/sdb1 # STANDBY should be turned now :)

    I came across this gem on linuxQuestions


Advertisement