First, stop considering the device /dev/sda3, and, instead, consider the filesystem, /. Investigate filesystem space usage with sudo du --one-file-system --block-size=1m /. Read man logrotate to see about cleaning /var/log safely.
– waltinatorMar 28 '24 at 05:17
/dev/sda3
, and, instead, consider the filesystem,/
. Investigate filesystem space usage withsudo du --one-file-system --block-size=1m /
. Readman logrotate
to see about cleaning/var/log
safely. – waltinator Mar 28 '24 at 05:17