I seem to have run into a strange issue that is causing many problems.
for context, I am sshing into a 22.04.01 server VM constructed on a truNAS network with 18.1G storage and 12G RAM. I am using this to run game servers for me and my friends to play on using docker compose. I ssh into my VM I'm told
Usage of /: 97.4% of 18.10GB
and this is causing many programs to crash due to insufficient space to write to. The strange part of this is that when I run sudo du -h -c
I'm told that I have 7.0G total
df
tells me
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 1225632 1208 1224424 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 18979548 18481136 0 100% /
tmpfs 6128144 0 6128144 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
/dev/sda2 996780 253176 674792 28% /boot
/dev/sda1 523248 5364 517884 2% /boot/efi
overlay 18979548 18481136 0 100% /var/lib/docker/overlay2/66d9968b0ff8831f98a9f1d3839beb5d233a7996d1ebe30513f0078c1f939bdd/merged
tmpfs 1225628 4 1225624 1% /run/user/1000
overlay 18979548 18481136 0 100% /var/lib/docker/overlay2/c4171ec1c8aa69a129f0a327bb70f84deb6e15ab2608b61e1934afe80ca96a6d/merged
801M
is being used in /var/log/journal/944d63898a804cb69cf9b59f62532cb0
but I cant read the files in there.
output for sudo du -hcxs /
is just
18G /
18G total
Please do ask for more information as needed as im not sure what to provide!