Our server recently started hitting me with emails about diskwarn block for both / & /var/tmp
(so I would assume the issue should be in the /var/tmp directory) but I didn't see anything in there that could be chewing up space.
ran df -h
So looking at that, the issue is with /;
Looked into every spot I could think of but not finding anything that looks like it's the culprit chewing up the space, anyone have an idea of what I could do to resolve this?
(so I would assume the issue should be in the /var/tmp directory) but I didn't see anything in there that could be chewing up space.
ran df -h
Code:
[[email protected] /]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 16G 602M 16G 4% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/sda3 50G 40G 7.2G 85% /
/dev/sda1 976M 139M 771M 16% /boot
/dev/sda5 1.8T 872G 848G 51% /home
tmpfs 3.2G 0 3.2G 0% /run/user/0
Looked into every spot I could think of but not finding anything that looks like it's the culprit chewing up the space, anyone have an idea of what I could do to resolve this?