On a partition mounted as /tmp on /dev/hda2 df report

df -h | grep -E "Size|hda2"
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2             479M  454M     0 100% /tmp

and total space used by /tmp directory is

du -sh /tmp/
1.4M    /tmp/

Why this differences between used space reported df and du appear ?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to