NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
hawke84
Oct 09, 2016Tutor
Readynas OS 6.6 drives wont spindown
Hi, I recently upgraded to OS6.6 on my RN104, never had a problem with disk spindown before but soon as I have upgraded the disks dont really spindown anymore, they spindown for about 10 seconds then...
rdiezsj
Jan 26, 2017Aspirant
Performing the steps that dacwe comments, it seems to work again. Although there are periods when the disks should not spinup.
root@ReadyNAS:~# cat /etc/noflushd/spindown.sh
#!/bin/sh
#MSG='Disks sleeping..'
#DURATION=60 # Time in seconds.
# Show message on LCD.
# /usr/bin/rnutil rn_lcd -s "$MSG" -p 1 -e $DURATION -k 478
root@ReadyNAS:~#
root@ReadyNAS:~# cat /etc/noflushd/spinup.sh
#!/bin/bash
#MSG='Disks waking...'
#DURATION=10 # Time in seconds.
# Show message on LCD.
#/usr/bin/rnutil rn_lcd -s "$MSG" -p 1 -e $DURATION -k 478
root@ReadyNAS:~#
Jan 26 02:44:17 ReadyNAS noflushd[14644]: Spinning up disk 1 (/dev/sdc) after 1:43:47.
Jan 26 02:44:18 ReadyNAS noflushd[14644]: Spinning up disk 3 (/dev/sda) after 0:28:42.
Jan 26 02:44:19 ReadyNAS noflushd[14644]: Spinning up disk 2 (/dev/sdb) after 1:41:10.
Jan 26 02:49:19 ReadyNAS noflushd[14644]: Spinning down disk 3 (/dev/sda).
Jan 26 02:49:22 ReadyNAS noflushd[14644]: Spinning down disk 2 (/dev/sdb).
Jan 26 02:49:25 ReadyNAS noflushd[14644]: Spinning down disk 1 (/dev/sdc).
Jan 26 06:25:15 ReadyNAS noflushd[14644]: Spinning up disk 1 (/dev/sdc) after 3:35:43.
Jan 26 06:25:20 ReadyNAS noflushd[14644]: Spinning up disk 3 (/dev/sda) after 3:35:58.
Jan 26 06:44:25 ReadyNAS noflushd[14644]: Spinning up disk 2 (/dev/sdb) after 3:55:00.
Jan 26 06:49:37 ReadyNAS noflushd[14644]: Spinning down disk 3 (/dev/sda).
Jan 26 06:50:10 ReadyNAS noflushd[14644]: Spinning down disk 2 (/dev/sdb).
Jan 26 06:50:12 ReadyNAS noflushd[14644]: Spinning down disk 1 (/dev/sdc).
Jan 26 07:09:04 ReadyNAS noflushd[14644]: Spinning up disk 1 (/dev/sdc) after 0:18:50.
StephenB
Jan 27, 2017Guru - Experienced User
There are some background processes that can result in disk spinups. One is a SMART (short) disk test that runs daily. AV updates is another example.
They might explain some of the spinups.
Related Content
NETGEAR Academy

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