Subject: Re: NFS writes are ignored by SunOS server (solved)
To: None <gwr@mc.com>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: port-sun3
Date: 01/22/1995 18:32:07
   Then do later mounts to the same server like this:

	   mount -t nfs -o '-w 1024' pooh:/home /home

   Can anyone tell me how to put such an option in the fstab?

You can put `-w=1024' in the options.

   (It looks like we need to add "wsize=1024" parsing...)

Perhaps.