NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ViktorN
Mar 17, 2019Tutor
System volume root's usage is xx%. This condition should not occur under normal conditions. Contact
ReadyNAS 104, latest firmware (6.9.5), 4,17TB free of 5,44TB, default antivirus, NO installed Applications, enabled sevices: SMB, NFS, FTP, ReadyDLNA, Rsync, UPnP, HTTP, HTTPS, Antivirus.
Used for ...
mpros
Mar 18, 2019Initiate
Hi, today i ran into the same issue and solved it with your described steps.
- Enable ssh service and the ssh login permission via accounts > user
- Login e.g. Putty and switch to root via: su -
- Check the size of the root-fs via: du -hsx /* | sort -rh | head -10
(you'll get the following output)
root@STORAGE:~#
du: cannot access '/proc/17259/task/17259/fd/3': No such file or directory
du: cannot access '/proc/17259/task/17259/fdinfo/3': No such file or directory
du: cannot access '/proc/17259/fd/3': No such file or directory
du: cannot access '/proc/17259/fdinfo/3': No such file or directory
3.1G /var <<<<<<<<<<<
185M /usr
30M /frontview
28M /lib
10M /sbin
9.1M /etc
6.1M /opt
6.0M /bin
1.5M /apps
396K /run
- change directory to /var/lib/clamav
- stop the following clamav services via: systemctl stop ...
-rw-r--r-- 1 root root 565 Oct 9 21:53 clamav-daemon.service
-rw-r--r-- 1 root root 204 Oct 9 21:53 clamav-freshclam.service
-rw-r--r-- 1 root root 156 Oct 9 21:53 clamav-freshclam.timer
-rw-r--r-- 1 root root 499 Oct 31 05:17 clamav-init.service
- delete the temp-folders and (maybe the *.cld-files) via : rm- rf
- disable the clamd-services if needed
asimb
Mar 18, 2019Star
Warning: be careful with "rm -rf", because this command is deleting everything in the selected directory! So before using this, be sure, that you are in /var/lib/clamav and not somewhere else. From my point of view it's more secure to use "rm -r clamav-*.tmp".
Related Content
NETGEAR Academy

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