The /home file system is full
by Ya.xiong.zhou from LinuxQuestions.org on (#5SWP0)
env:
RedHat 8.2
mount /dev/sdb /home
mount /dev/sdc /home/test
the sdb total capacity is 10G,and sdc is also 10G
now type the "df -h"
/home is 100%
but there is only 2.3G in /home
when type the "df -I"
inodes is only 1500 usage is 81%
I create the file is error:"No space left on the device"
how do I resolve this issue!
RedHat 8.2
mount /dev/sdb /home
mount /dev/sdc /home/test
the sdb total capacity is 10G,and sdc is also 10G
now type the "df -h"
/home is 100%
but there is only 2.3G in /home
when type the "df -I"
inodes is only 1500 usage is 81%
I create the file is error:"No space left on the device"
how do I resolve this issue!