NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Johnmcm
Nov 25, 2019Aspirant
Root is 97% full
Hi. I am new to this, so apologies in advance. Whilst on holiday I started to receive error emails from the NAS that the anti virus software wasnt able to be updated. After a few days and now I get a Root is 97% full error message. I am not very PC competent but happy to seek a remedy to the above from the community. If I need to look at /post anything else please let me know. I would really appreciate some help. Thank you. John
- Hi Mark, thank you for your reply.
I was trying to avoid the cost of netgear support, but I don’t even know what ssh is, so unfortunately will go down the support route. Thank you. John.
4 Replies
- Marc_VNETGEAR Employee Retired
Welcome to the Community!
This is not a normal occurrence and this type of issue is usually escalated to Support so they can properly assist you on clearing your root OS volume and also to fix any possible cause why it was filled (App installed or saving on the said volume or logs filling up)
If you are comfortable on using SSH then there are posts available that advises on what to do if you want to do it yourself.
Otherwise, contacting NETGEAR Support is the best option. You can create a case online thru my.netgear.com. If your ReadyNAS is out of support then purchasing a contract like Pay-per-Incident Support is advised ($75).
HTH
Regards
- JohnmcmAspirantHi Mark, thank you for your reply.
I was trying to avoid the cost of netgear support, but I don’t even know what ssh is, so unfortunately will go down the support route. Thank you. John.
- 8ohmhGuide
WARNING ! It is NOT FOR UNEXPERIENCED USERS!
1. Enable SSH for your account in Readynas GUI (But then you will maybe loose guarantee)
2login into ssh
3. In shell check if u are root
4. look for/tmp
dir and try to delete everything in there (best make backup of that on your nas disks)
5. If U get some space try to install tool"ncdu" by apt-get install ncdu
and start it on console by
ncdu -x -r /
and look where the most used space is (NCDU scans all folders looking for usage). If you are sure what to delete, then use ncdu again but with
ncdu -x /
Without -r you can delete files!!!
But AGAIN THIS IS NOT FOR UNEXPERIENCED USERS!!!
8ohmh wrote:
WARNING ! It is NOT FOR UNEXPERIENCED USERS!
I've never used ncdu, so no recommendations either way on that.
One thing you missed was the need to mount the OS partition to a temporary mount point. That is a really important step.
That is done with
# mount --bind / /mnt
Then search /mnt for the extraneous files.
When done, you can unmount /mnt using
# cd / # umount /mnt
The hardest part is figuring out what to delete. I suggest asking here, then people can post what is in their folders, so you have a reference to compare against.
Related Content
NETGEAR Academy

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