Jodok Ole Muellers <[EMAIL PROTECTED]> wrote: > Hello List, > > I just discovered that the df shipped with > coreutils reports wrong size on AIX 5.3 > > I tried with these packages: > ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/coreutils/coreutils-5.2.1-2.aix5.1.ppc.rpm > http://www.oss4aix.org/download/RPMS/coreutils/coreutils-6.11-1.aix5.1.ppc.rpm > > > AIX df: > ======= > [EMAIL PROTECTED]:/# /bin/df -g /tsmstg: > Filesystem GB blocks Free %Used Iused %Iused Mounted on > /dev/tsmstglv 18839.50 16384.47 14% 2515 1% /tsmstg > > coreutils df > ============ > [EMAIL PROTECTED]:/# /opt/freeware/bin/df -h /tsmstg > Filesystem Size Used Avail Use% Mounted on > /dev/tsmstglv 2.4T 2.4T 485M 100% /tsmstg > > > The volume tsmstglv is 18TB but only 2.4T are reported. > Furthermore df shows it as 100% full. > I usually prefere GNU utils over AIX tools.
Thanks for the report. This is the first I've heard of such a problem. However, since the names suggest the binaries were built for aix5.1, I wouldn't worry just yet. Would you please try building from the latest sources? ftp://ftp.gnu.org/gnu/coreutils/coreutils-6.12.tar.lzma ftp://ftp.gnu.org/gnu/coreutils/coreutils-6.12.tar.gz Or, even a recent snapshot, if you're feeling adventurous: http://meyering.net/cu/coreutils-ss.tar.gz 8.7 MB http://meyering.net/cu/coreutils-ss.tar.lzma 3.6 MB _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
