Subject: Re: problems with new NFS code
To: None <Todd.Miller@cs.colorado.edu>
From: Greg Hudson <ghudson@MIT.EDU>
List: current-users
Date: 02/25/1996 03:40:53
> In a nutshell, using 1024 for rsize and wsize causes NFS-mounts to
> hang.

The problem seems to be that directory reads are still being done in
8k blocks, which are probably not reliably transported across your
router.  You can set the directory read size to 1k at mount time.

What we don't know yet is why not setting any parameters seems to
work.