bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: df incorrectly handles volumes > 4TB


From: Paul Eggert
Subject: Re: df incorrectly handles volumes > 4TB
Date: Wed, 27 Oct 2004 13:11:30 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Joshua Hoblitt <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]