Hi,
I am troubleshooting nfs performance and I am trying to pass some options to the automounter. We are using NIS with an auto.home file to automount user's homedirectories. I have a line like :
jrush -rw,soft,rsize=32768,wsize=32768,nfsvers=3 host:/path/to/home
However it does not seem to work because I do not get the same perfermance as when I do an nfs mount manually, ie. mount -t nfs host:/path dir/ -o rsize=32768,wsize=32768,nfsvers=3
Does /proc/mounts say that it is actually mounted with those options?
If not, then chances are the NIS map didn't get rebuilt. Did you re-run 'make' in /var/yp on the nis server? If you are using NIS slaves, did you push the maps to them?
Mike Waychison
_______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
