I am trying to do the following on my Linux machine CentOS release 5.8
cd /var/APPstoreldap/Home
touch test
touch: cannot touch `test': No space left on device
so I verified the partition disk space capacity in order to understand if /var/APPstoreldap/Home partition reached to 100%
But what I get is that partition is only 51%
df -h | grep APPstoreldap
/dev/mapper/vg07-var 5.0G 2.7G 2.0G 51% /var/APPstoreldap/Home
so please advice why I get
No space left on device
What could be the problem here?
.
other test:
df -i| grep APPstoreldap
/dev/mapper/vg07-var 655360 655360 0 100% /var/APPstoreldap/Home