[836] in NetBSD-Development
Re: nfsbt works
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Wed Jun 28 19:07:05 1995
Date: Wed, 28 Jun 95 19:03:39 -0400
From: "Mark W. Eichin" <eichin@MIT.EDU>
To: tlyu@MIT.EDU
Cc: netbsd-dev@MIT.EDU
In-Reply-To: <199506282256.SAA27780@dragons-lair.MIT.EDU> (message from Tom Yu on Wed, 28 Jun 1995 18:56:17 -0400)
If you were trying to use nfs with readsize and writesize of 256 (is
that reallyw what "-o-r256,-w256" does?) then that is why readdir
didn't work. rsize (and wsize, I think) must be at least 512, and may
need to be a multiple of 512. [386bsd 0.0 rounded down to the nearest
1024 :-) which exacerbated this, but in the end it was just a
misinterpretation of what "page size" meant in this context.]