My /dev/mapper/centos-root is mapped to / and is 100% full. This is causing issues with services crashing and the server becoming unstable. However, I am not sure why this keeps happening. /home is far from full, where all user data is stored. I clear out /tmp with tmpwatch, I removed old logs in /var/log and any unnecessary files.
and
Any way to resolve this?
Code:
[email protected] [/]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/centos-root 52403200 52192296 210904 100% /
devtmpfs 3480112 0 3480112 0% /dev
tmpfs 3489464 0 3489464 0% /dev/shm
tmpfs 3489464 17004 3472460 1% /run
tmpfs 3489464 0 3489464 0% /sys/fs/cgroup
/dev/mapper/centos-home 830664412 127473172 703191240 16% /home
/dev/sda1 508588 164776 343812 33% /boot
Code:
[email protected] [/]# du -sh /*
0 /backup
0 /bin
136M /boot
0 /dev
28M /etc
170G /home
4.0K /ips.tar.gz
0 /lib
0 /lib64
0 /media
0 /mnt
4.0K /razor-agent.log
591M /root
17M /run
0 /sbin
0 /scripts
0 /srv
0 /sys
0 /tsm
Last edited by a moderator: