Subject: Re: df output with a really large filesystems
To: Chuck Cranor <chuck@ece.cmu.edu>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-userlevel
Date: 03/26/2004 00:17:59
> BTW, our filer only has one shelf of disks (to make the 1.1T fs).
> i guess if i had more shelves i would have a problem?

Ya, if the # of blocks doesn't fit the `long' variable, it is
impossible for userland program to calculate correct value.  For nfs,
the limit is 2T since it uses 512 as block size (f_bsize).

enami.