Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Improve NFS client performance' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Improve NFS client performance
Authored by: pmlindner on May 13, '03 10:59:30AM
You probably need to enable the 'insecure' option on the server. Here is my /etc/exports file:
/home           68.166.39.0/255.255.255.128(rw,insecure)
/media          68.166.39.0/255.255.255.128(rw,insecure)
/var/www/html   68.166.39.0/255.255.255.128(rw,insecure)


[ Reply to This | # ]
Improve NFS client performance
Authored by: jurvis on Jun 10, '03 02:05:22AM

thank you thank you thank you thank you thank you thank you thank you thank you !!!!! i have been posting everywhere myself on this question. i do happen to have root on the linux server- but what if i hadn't. how do I specify that the automounter should communicate on a "secure" port? just in case...



[ Reply to This | # ]
Improve NFS client performance
Authored by: cytherea on Jul 21, '03 02:07:26AM

pass the -P option to mount, or add it to the opts property of your mount in netinfo.

cheers.



[ Reply to This | # ]