<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">On 01/04/2005 10:38 PM, Raj Kumar wrote:</font>
<blockquote cite="mid20050105063804.6519.qmail@webmail27.rediffmail.com"
 type="cite">
  <p><font size="-1">What changes have to be made to enable 32K
rsize/wsize for both NFS Server and Client?<br>
  <br>
with only this change made <br>
to the file /usr/src/linux-2.4/include/linux/nfsd/const.h:<br>
  <br>
NFSSVC_MAXBLKSIZE = 32*1024 (instead of 8*1024)<br>
  <br>
and compiling kernel suffice?<br>
  <br>
Does both NFS server and client support 32k rsize/wsize or only NFS
client?<br>
  </font></p>
</blockquote>
<font size="-1">Add "rsize=32768,wsize=32786" to the options portion of
the mount in /etc/fstab, like the following<br>
<br>
machine:/export_dir  /nfs_mount                  nfs    
other_options,rsize=32768,wsize=32786           0 0<br>
<br>
</font>
</body>
</html>