User Tools

Site Tools


pfsense:troubleshooting:disk_usage_increasing

PFSense - Troubleshooting - Disk usage increasing

Navigate to Diagnostics → Command Prompt.

Find what files are consuming the most space and look at deleting these.

cd / && du -ma | sort -nr | head -n 20

or

du -h -d1 /

NOTE: Alternatively SSH into a shell and type the same command.

pfsense/troubleshooting/disk_usage_increasing.txt · Last modified: 2021/01/06 13:58 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki