NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
edalquist
Dec 22, 2011Apprentice
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/
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.
# 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
- PeekayAspirant
mdgm wrote: There is a DOS utility that will run on Windows: http://support.wdc.com/product/download.asp?groupid=609&sid=113
You should use that.
Cheers, I'll get onto it now, the drives are still effectively new so no dramas there.
Should I be worried about any damage I've done to my NAS by going as far as I did in trying to build the idle3 tools? - mdgm-ntgrNETGEAR Employee RetiredDid you force apt-get to install the packages even though they have unmet dependencies. If not you should be fine.
However if you want to restore full software support you should backup your data and do a factory reset.
The new WD Red disks already have the appropriate WDIDLE3 setting. Unfortunately only the WD10EFRX is on the compatibility list for your NV+ (v1) at this time. - PeekayAspirant
mdgm wrote: Did you force apt-get to install the packages even though they have unmet dependencies. If not you should be fine.
However if you want to restore full software support you should backup your data and do a factory reset.
The new WD Red disks already have the appropriate WDIDLE3 setting. Unfortunately only the WD10EFRX is on the compatibility list for your NV+ (v1) at this time.
Sorry to sound stupid but I'm basically a Linux/command line newb.
By force are you referring to it's suggestion to APT GET -f install? If so - no I didn't do that suggestion. - mdgm-ntgrNETGEAR Employee RetiredAh, good. You should be fine then, I think.
- mdgm-ntgrNETGEAR Employee RetiredJust used this on a Duo v2. Thanks edalquist.
- otivaxAspirantThanks from Spain.
Works fine for me and my ReadyNAS Duo v2 (arm). My WD20EARX-00PASB0 stops to increase LCC :D
Sorry for my english. - NeyAspirantI just wanted to say thank you for this guide. My LCC count had gotten over 20k in less than 3 months =O So set it to 254 on all disks and hope it helps :)
Do you people know wether enable HDD spindown in the power menu is adviced with WD green disks or should i disable it and let the Greens do their thing? - mgbensonAspirantIs anyone able to confirm if this method work/should be tried on an NV+v2?
I've got 2 x WD20EARX drives installed (both '-008FB0' with LCC ~235,000), and have just added a third ('-00PASB0' which is claiming it failed during restriping) before I stumbled across this thread and the advice to not use the WD green.... :( - mdgm-ntgrNETGEAR Employee RetiredIt worked for me on the Duo v2 so it should also work on the NV+ v2 (charcoal chassis, runs RAIDiator 5.3.x)
- mgbensonAspirantThanks, although I've now got a bigger problem as drive 3 failed / not being recognised after and expansion and drive 1 has now failed too....
http://www.readynas.com/forum/viewtopic.php?f=66&t=68981 :-( (Netgear Case #20343149)
Related Content
NETGEAR Academy

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