DU inconsistencies

DaveQB

Member
Apr 14, 2009
40
0
6
Sydney, NSW
www.dward.us
What is wrong with this picture?
This is inside an OpenVZ container system.

Code:
mail02:/# df -h
Filesystem            Size  Used Avail Use% Mounted on
simfs                 100G  293M  100G   1% /
tmpfs                 754M     0  754M   0% /lib/init/rw
tmpfs                 754M  4.0K  754M   1% /dev/shm
mail02:/# du -sh /home
26G     /home
 
Thanks mate. That did the trick.
Yes I did write to the contains FS outside of simfs, converting a xen system on the network to a VZ container with rsync.

vzquota drop 101 while it was stopped did the trick!

Thank you.