WSIZE & RZISE issue

Hi

Do any one know if may I use rzise and wzise as an option into vfstab to mount an NFS

I had read an Oracle article this can be, but I can't find information into the SUN docs

####### Vfstab entry on a Solaria 8 box: ############
nfsserver.domain.com:/path/to/remote/mountpoint /local-mountpoint nfs 0 yes rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768

####### Manual mount on a Solaris 8 box: #############
mount -o rw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768 nfsserver.domain.com:/path/to/remote/mountpoint /local-mountpoint

So I know to run as the mount option works fine, but I need this changes to be permanent and the NFS was configured in vfstab not automount

thanks.

Yes you can put the NFS mount options into a mount in the vfstab(4) file but you should put a "-" in in place of the "0" for the fsck pass number, you do not want to fsck an NFS mount, the NFS server will do that for itself and is not valid over NFS.