NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
GearManager
May 05, 2016Aspirant
Receiving "volume root's usage is 92%" message
I started receiving an alert last night stating "System volume root's usage is 92%. This condition should not occur in normal conditions. Contact technical support." Im not sure what is using up the ...
- May 11, 2016
Ok so the issue is now resolved but just wanted to post the findings in the event someone else runs into this problem. The culperate was the ReadyNAS Replication which had a temporary issue and decided to store a failed replication job on the root volume. This data was hidden as it was being stored in the data folder (but on the root volume not the data volume). The fix was:
- To dismount the data volume using systemctl stop data.mount
- Remove the folders within data.
- Then remount the data volume using systemctl start data.mount.
Follow these steps at your own risk, if your not comfortable reach out to netgear support to fix the issue.
Big thanks to Danthem for all of his help and to Stephen B for his suggestions and input.
GearManager
May 05, 2016Aspirant
I looked around for a chat option and didnt see one. Im not sure if it will be covered as it is a few years old at this point.
StephenB
May 05, 2016Guru - Experienced User
GearManager wrote:
I looked around for a chat option and didnt see one. Im not sure if it will be covered as it is a few years old at this point.
If you purchased new from a official reseller after 1 June 2014 then you have lifetime chat. http://kb.netgear.com/app/answers/detail/a_id/26066/~/readynas-support-and-warranty
If you don't have chat support, support will likely charge to fix it. The US cost for per-incident support was $75 last I heard.
If you are comfortable with linux commands, then you could attempt to fix it yourself. I suggest updating your backup first.
- GearManagerMay 05, 2016Aspirant
Ok thanks for the reply's both of you. Currently trying the chat feature now that I found it and I will update this post if it gets resolved or not.
- GearManagerMay 05, 2016Aspirant
As expected it was purchased just shy of June 2014. You are correct with the pricing of $75 per incident. Do you have any suggestions on what to look for in the terminal. Upon review nothing stands out as taking up large amounts of space. Checked the log files to see if any of them went out of control.
df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 10M 4.0K 10M 1% /dev
/dev/md0 4.0G 3.5G 214M 95% /
tmpfs 995M 0 995M 0% /dev/shm
tmpfs 995M 3.8M 991M 1% /run
tmpfs 995M 0 995M 0% /sys/fs/cgroup
tmpfs 995M 0 995M 0% /media
/dev/md127 8.2T 6.5T 1.8T 79% /data
/dev/md127 8.2T 6.5T 1.8T 79% /home
/dev/md127 8.2T 6.5T 1.8T 79% /apps
tmpfs 50M 0 50M 0% /var/replicate/shm/var/
0 agentx
62M backups
2.2M cache
37M cores
0 ftp
42M lib
0 local
4.0K lock
8.1M log
0 mail
4.0K netatalk
0 opt
788K readynasd
0 replicate
4.0K run
8.0K spool
0 tmp
4.0K www- StephenBMay 05, 2016Guru - Experienced User
perhaps start with cd // and ls -al and then du -sm foldername on every folder that isn't a link.
Don't do apps or home as they are btrfs mounts from the data volume (you can see that if you type mounts)
When you find the big folder, descend into it and repeat.
It will be tedious but it should help you find it.
Related Content
NETGEAR Academy

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