jim.thornton
Verified User
- Joined
- Jan 1, 2008
- Messages
- 334
I have been getting messages the last few days of my disks being full and I was curious if anyone has any ideas what might be happening.
At first I thought it might be backups, but I noticed that the home folder is fine. The issue seems to be the /usr folder.
As I'm writing this I'm thinking about Installatron. I believe I have that to auto-update Wordpress sites and backup before it does that. I'm not sure where those backups save. Could that be it?
I'm not overly skilled at nailing down linux issues (CentOS 7.9) and any help you could offer would be great.
Code:
# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 908M 0 908M 0% /dev
tmpfs 919M 24K 919M 1% /dev/shm
tmpfs 919M 97M 823M 11% /run
tmpfs 919M 0 919M 0% /sys/fs/cgroup
/dev/mapper/centos_s1-root 6.0G 85M 6.0G 2% /
/dev/mapper/centos_s1-usr 5.0G 4.4G 679M 87% /usr
/dev/mapper/centos_s1-tmp 1014M 38M 977M 4% /tmp
/dev/mapper/centos_s1-home 23G 9.6G 14G 42% /home
/dev/vda1 1014M 210M 805M 21% /boot
/dev/mapper/centos_s1-var 10G 2.4G 7.7G 24% /var
tmpfs 184M 0 184M 0% /run/user/0
tmpfs 184M 0 184M 0% /run/user/1002
As I'm writing this I'm thinking about Installatron. I believe I have that to auto-update Wordpress sites and backup before it does that. I'm not sure where those backups save. Could that be it?
I'm not overly skilled at nailing down linux issues (CentOS 7.9) and any help you could offer would be great.