User Tools

Site Tools


pfsense:troubleshooting:disk_usage_increasing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pfsense:troubleshooting:disk_usage_increasing [2020/11/29 11:45] – created peterpfsense: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
 +</code>
 +
 +or
 +
 +<code bash>
 +du -h -d1 /
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Alternatively SSH into a shell and type the same command.
 +</WRAP>
 +
  
pfsense/troubleshooting/disk_usage_increasing.1606650325.txt.gz · Last modified: 2020/11/29 11:45 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki