High % of Disk usage - ufs
-
My router is showing high Disk usage (94%). It appears to be from /dev/ufsid/579b7463c70ba99e. The folder /var/squid/ is not readable. What's taking up the space? Will deleting it improve router performance?
-
It's almost certainly Squid if you're running that. Either cache or logs.
Try running at the command line
du -hs /*
Then drill down further to find what's using the space, e.g.
du -hs /var/*
Clear the Squid cache from the package menu of you haven't already.
Steve