Joshua Hoblitt <[EMAIL PROTECTED]> writes: > This is how a 4.5TB filesystem with ~400GB of data on it is displayed with df > from coreutils-5.2.1. > > nkfb0 root # df -H > Filesystem Size Used Avail Use% Mounted on > ... > /dev/archive/scr0 601G 412G 183G 70% /scr0
Are you sure it's a 'df' bug? It might be a bug in the file system, or in the kernel. What does the following command output? I am particularly interested in the calls to statfs (or to functions like statfs). strace -v df -k /dev/archive/scr0 _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils
