Jun 282013
Sometime it happen that the command df
and the command du
report different results such as:
df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/vzfs 16G 12G 4G 75% /tmp |
While a du command show somethign different such as:
du -hs /tmp/ 10G /tmp/ |
There are usually different reason when this happen.
Continue reading »