Hi!
I have an strange situation. With "df -h", i see that my slice, monted on /var, have occupied space that increase every day.
But when i give "du -c -sh -L /var", i see another size, and grow more slowly.
Where are these files?
Space occupied by /var are 1.1G show by df and 457M show by du.
I have an strange situation. With "df -h", i see that my slice, monted on /var, have occupied space that increase every day.
But when i give "du -c -sh -L /var", i see another size, and grow more slowly.
Where are these files?
Code:
#df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 496M 242M 214M 53% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad0s1e 496M 264K 456M 0% /tmp
/dev/ad0s1f 68G 4.8G 58G 8% /usr
/dev/ad0s1d 1.8G 1.1G 586M 65% /var
devfs 1.0K 1.0K 0B 100% /var/named/dev
Code:
#du -c -sh -L /var
457M /var
457M total