The /var
partition on my intel SSD is getting full. Even though I have increased it size to 100GB, which is quite ridiculous.
The kern.log
and syslog
. files are each 31.7 GB big.
- how can I remove the files? Because just deleting them is denied.
- What is the cause and how can I prevent this from happening?
sudo du -h --max-depth=1 /var/ | sort -h
as an edit for us to get some guidance on what exactly is taking up space. This'll help us to start narrowing down the files using up all the space. – Thomas Ward Jan 05 '19 at 21:23