Hi guys,
today we noticed the box is full %109.
/dev/gpt/rootfs 49G 49G -3.9G 109% /
devfs 1.0K 1.0K 0B 100% /dev
devfs 1.0K 1.0K 0B 100% /var/dhcpd/dev
devfs 1.0K 1.0K 0B 100% /var/unbound/dev
/usr/local/lib/python3.9 49G 49G -3.9G 109% /var/unbound/usr/local/lib/python3
i cannot seem to find the log that full up my disk.
can you please advise how to clean this up ?
Login via SSH or on the console while still possible. Then enter as root
cd /
du -skx * | sort -rn
Pick the largest directory (on top), cd into it, repeat the du command. Repeat until you found the culprit.
Thank you so much found the cause a lot of logs were hanging in /var/log/filter
i've cleaned them and now i got my storage back