duder wrote:OK, Thanks Doktor5000.
- Code: Select all
df -Pm
Filesystem 1048576-blocks Used Available Capacity Mounted on
/dev/sda1 11978 11211 136 99% /
/dev/sda6 453288 35841 417432 8% /home
Your / partition is only 11GB in size - if you didn't do much changes since the install I suggest a reinstallation, choosing a bigger / - with automatic partitioning with that 500GB disk I think you should have at least a 30GB / partition - did you do manual partitioning?
duder wrote:- Code: Select all
du -mx / | sort -rn | head -35
1225 /var/log/journal/782a70a175744b4eb78f1941322fb3b3
That's ~1GB that can be reduced, see e.g.
viewtopic.php?p=63477#p63477 and
viewtopic.php?p=63481#p63481You can also reduce the logs to the most recent via journalctl --vacuum, see e.g.
https://wiki.archlinux.org/index.php/sy ... s_manuallyduder wrote:- Code: Select all
396 /root/.wine
394 /root/.wine/drive_c
340 /root/.wine/drive_c/windows
You started wine as root, why? Please don't do that, and remove /root/.wine again.