User Tools

Site Tools


pfsense:troubleshooting:disk_usage_increasing

This is an old revision of the document!


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.1606650357.txt.gz · Last modified: 2020/11/29 11:45 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki