NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ikonuk
Jan 14, 2017Guide
Strange Warning: Less than 5% of volume media's capacity is free.
I got a strange Warning ofrom my RN102 after upgrading to ReadyNAS 6.6.1. "Volume: Less than 5% of volume media's capacity is free." When I browse the sytem via the Web interface I see that I...
- Feb 01, 2017
On another thread, Netgear said they'd be starting a 6.7.0 beta very soon to roll out AV fixes.
Paul608085
Jan 15, 2017Tutor
I am getting this warning regularly for the past couple of days on my RN214: "System volume root's usage is 95%. This condition should not occur in normal conditions. Contact technical support." Is this the same thing? ( I am also getting the less than 5% free warning).
I was getting it on OS v6.6.0 and after upgrading to v6.6.1
I have linux-dash installed and I see this:
Disk Usage
Filesystem Size Used Avail Use% Mounted
| /dev/md0 | 3.7G | 3.5G | 0 | 100% | / |
| /dev/md127 | 11T | 2.6T | 8.4T | 24% | /data |
| /dev/md127 | 11T | 2.6T | 8.4T | 24% | /home |
| /dev/md127 | 11T | 2.6T | 8.4T | 24% | /apps |
| tmpfs | 1009M | 0 | 1009M | 0% | /dev/shm |
I can see that it is /dev/md0 that is reporting to be full, what can I do about it? I am OK with SSHing and Linux command line, but I don't know what commands I need to use.
Can anyone help please?
Regards,
Paul
Retired_Member
Jan 15, 2017You can use du to locate where the space is used. This situation (full root) can occur for different reasons, most common ones are applications installed from backend (like mysql or crashplan), log files that aren't rotated (added by apps), etc.
1. cd into the path you want to analyze first
2. du tells you where the space is used
3. cd into biggest folder
4. du
5. Repeat until you find the folder containing the files, then use ls
# cd / # du -d1 -hx . -> var is the biggest # cd var # du -d1 -hx . -> log is the biggest # cd log # du -d1 -hx . -> current folder only is big # ls -alh
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!