Subject: Re: df output with a really large filesystems
To: Chuck Cranor <chuck@ece.cmu.edu>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 03/25/2004 14:29:12
>i have a new netapp filer with alot of disk:
>
>filer> df -h
>Filesystem               total       used      avail capacity  Mounted on
>/vol/vol0/              1147GB      132MB     1147GB       0%  /vol/vol0/
>
>
>when i NFS mount it and do "df" on a -current box I get:
>
>% df /filer
>Filesystem  1K-blocks     Used     Avail Capacity  Mounted on
>filer:/     -944424056   136032 -944560088     0%    /filer
>% 
>
>hmm.   would it hurt to make df treat those values as unsigned?
>
>
>i also noticed that statfs "struct statfs" has f_blocks (et al.) as
>type "long" ... wondering if it should be a 64 bit value?

	the issue was addressed fairly reently - what is the revisions you are
	using?
	(ident /bin/df)

itojun