Thanks for the report.
Would you please see if you still have this problem
when using the latest test release?
ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0x.tar.gz
Next time, please include the version of the program
(i.e. include the output of running `df --version').
"Zhu, H." <[EMAIL PROTECTED]> writes:
| I have installed RedHat Liunx 6.1 and used GNU version of "df"
| utility for reporting filesystem disk space usage. However,
| it seems that the Use% reports the figure greater than whatever
| it should be. For example:
|
| $ df /dev/sda1 /dev/sdb1
| Filesystem 1k-blocks Used Available Use% Mounted on
| /dev/sda1 16658592 15222192 590180 96%
| /usr/local/squid/cache00
| /dev/sdb1 17496684 16373092 234800 99%
| /usr/local/squid/cache01
|
|
| The use% for /dev/sda1 should be:
| 15222192 / 16658592 = 91.4%
|
| The use% for /dev/sdb1 should be:
| 16373092 / 17496684 = 93.6%
|
| But these figures are not consistent to the "df" output, can you please
| advise whether this is a bug or I have done anything incorrect?
|
| Many thanks in advance,
|
| Hong Zhu