Subject: Re: DF ?
To: Paul Goyette <paul@whooppee.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 10/05/1999 01:15:23
On Mon, 4 Oct 1999, Paul Goyette wrote:

> df is still broken, as least as of a couple weeks ago.  Here's an
> example from my Mac IIci with a couple of nfs partitions and then some
> unionfs mounts on top:

rev 1.33 (current, 9/24) or rev 1.31.2.1 (release 9/26) is supposed to
fix df for large disks. Do you have one of those?

Lindsay, you said you were running 1.4.1. You could get the latest
release version of "df" via anoncvs. E.g.

 env CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot cvs login

password: anoncvs

 env CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot cvs co \
   -rnetbsd-1-4 basesrc/bin/df
 env CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot cvs co \
   -rnetbsd-1-4 basesrc/bin/csh/strpct.c
 cd basesrc/bin/df; make depend && make

Then "su" and "make install" (to get the permissions right).

Maybe that'll fix it.