pfsense:troubleshooting:disk_usage_increasing
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pfsense:troubleshooting:disk_usage_increasing [2020/11/29 11:45] – created peter | pfsense:troubleshooting:disk_usage_increasing [2021/01/06 13:58] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== 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. | ||
+ | |||
+ | <code bash> | ||
+ | cd / && du -ma | sort -nr | head -n 20 | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | <code bash> | ||
+ | du -h -d1 / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
pfsense/troubleshooting/disk_usage_increasing.1606650325.txt.gz · Last modified: 2020/11/29 11:45 by peter