A "df -k /tmp" shows the following:
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd3 221184 21940 91% 43834 80% /tmp
"du -ks /tmp" returns:
20660 /tmp
"find /tmp|wc" returns:
960 960 31340
/tmp has about 216MB space, "df" says there are about 20 MB left on /tmp, "du" says there are only 20 MB used. So, I am missing about 160 MB. Are they used for the inodes ? And if so, who can explain me why they need this amount of space ?
Thanx
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd3 221184 21940 91% 43834 80% /tmp
"du -ks /tmp" returns:
20660 /tmp
"find /tmp|wc" returns:
960 960 31340
/tmp has about 216MB space, "df" says there are about 20 MB left on /tmp, "du" says there are only 20 MB used. So, I am missing about 160 MB. Are they used for the inodes ? And if so, who can explain me why they need this amount of space ?
Thanx