df failure on large file systems

2004-09-23 Thread Martin Siegert
Hello, I am running into a problem with coreutils-5.2.1, more precisely with the df executable. I have three machines, all NFS mount a filesystem from the same NFS server. I compiled coreutils-5.2.1 on machine 2 and then copied the so compiled df into that NFS mounted directory, i.e., I am using e

Re: df failure on large file systems

2004-09-24 Thread Paul Eggert
Martin Siegert <[EMAIL PROTECTED]> writes: > statfs("/home1", 0xbfffeee0)= -1 EOVERFLOW (Value too large for defined > data type) This looks very much like a problem with that kernel or its NFS interface. If statfs fails, that would explain why df is failing. __