df -i
reports
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/simfs 300000 250697 49303 84% /
so around 250K inodes in use.
du -shx --inodes /
reports 70K
to be sure no inodes was hidden behind mounts, i tested
mkdir /mnt/test/
mount --bind / /mnt/test/
du -shx --inodes /mnt/test/
That also report 70K.
So where is the rest of them, missing around 180K (250%).
What more tests can I do? Do I need to ask the OpenVZ-support? if so, what to ask?
in case its useful, mount
reports
/vz/private/1210881 on / type simfs (rw,relatime,usrquota,grpquota)