NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

edalquist's avatar
edalquist
Apprentice
Dec 22, 2011

HOWTO: Disable WD IDLE3 via ReadyNAS

I did this on my ReadyNAS Ultra 4. I installed the RootSSH Access addon to get shell access and got the idle3-tools download link from http://idle3-tools.sourceforge.net/


# Install packages needed to compile idle3-tools
apt-get update
apt-get install libc6-dev gcc gdb libtag1-dev uuid-dev make automake

# Do all work on /c (don't want to take any more space on the flash than we have to)
cd /c

# Download & Extract idle3-tools
wget "http://downloads.sourceforge.net/project/idle3-tools/idle3-tools-0.9.1.tgz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fidle3-tools%2F&ts=1324565985&use_mirror=superb-sea2"
mv idle3-tools-0.9.1.tgz\?r\=http\:%2F%2Fsourceforge.net%2Fprojects%2Fidle3-tools%2F\&ts\=1324565985\&use_mirror\=superb-sea2 idle3-tools-0.9.1.tgz
tar -xzvf idle3-tools-0.9.1.tgz

# Compile idle3-tools
cd idle3-tools-0.9.1
make

# Disable the idle timer on each drive
./idle3ctl -d /dev/sda
./idle3ctl -d /dev/sdb
./idle3ctl -d /dev/sdc
./idle3ctl -d /dev/sdd


The last step is to shutdown (NOT REBOOT) the ReadyNAS, unplug it, then plug it back in and boot. The IDLE timer should now be disabled.

25 Replies

Replies have been turned off for this discussion
  • Linux code and procedures look like Greek to me. I'd love to start down the road of learning how to use it. Can this code be run from a Win7 machine? Is a Linux emulator required?

    Can someone point me to a tutorial?
  • I ended up using the advice here (http://blog.vacs.fr/?post/2009/03/21/Co ... ing-SSH%3A) and here (http://readynasxtras.com/forum/viewtopic.php?f=5&t=27) to get started. I used the free telnet client program called PuTTY (http://www.putty.org) to make the interface between my Win7 x64 computer and the ReadyNAS Ultra 4.

    SYNTAX (from the idle3 Sourcefourge page http://idle3-tools.sourceforge.net/)

    idle3ctl [options] /dev/device
    •-h : display help
    •-l : show license and exit immediately
    •-V : show version and exit immediately
    •-v : verbose output
    •--force : force even if no Western Digital HDD are detected
    •-g : get raw idle3 timer value (default action)
    •-g100 : get idle3 timer value as wdidle3 v1.00 would display it
    •-g103 : get idle3 timer value as wdidle3 v1.03/v1.05 would display it
    •-d : disable idle3 timer
    •-s<value> : set idle3 timer raw value (1-255)

    I used the command ./idle3ctl -s145 /dev/sda which resulted in a 510 second timer. I confirmed that with the command ./idle3ctl -g103 /dev/sda.

    I'm really not sure yet how the different version of wdidle3 affect the timer raw value, but at least I'm getting started on understanding. One of my drives had a LCC of 286,000, so I needed to do something quick.
  • Any solution for a SPARC machine? I have Duo v1 and two WD10EARS disks inside. LCC count for one of disks is already 501 458 and going up steadily. Second disk has 308 207 cycles counted so far. I don't have a PC with 3,5 bay here - only laptops.
  • Post 1 worked perfectly on a NV+ V2 with four WD30EZRX drives (RAID5), the constant noise was driving me mad. My NAS box is only 3 days old so no permanent damage done.

    In that short time, roughly 68 hours, the drives all reported Load Cycle Counts of around 1800.

    The chirping/ticking of the drives alerted me that something wasn't right, I have a couple of other green WD drives in Windows PC's that dont make a sound, guess its Linux they don't like.
  • mdgm-ntgr's avatar
    mdgm-ntgr
    NETGEAR Employee Retired
    wmsteele it's being used in a RAID array that is the problem. The Green disks want to do things to themselves to conserve power which the NAS needs to control to maintain the integrity of the RAID array as well as possible.

NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology! 

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More