Differences between version 13 and revision by previous author of NFSNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 13 | Last edited on Monday, October 4, 2004 6:15:59 pm | by StevePhillips | Revert |
Older page: | version 12 | Last edited on Monday, October 4, 2004 6:10:20 pm | by PerryLorier | Revert |
@@ -31,11 +31,19 @@
!!Performance sucks!
Try adding the 'async' option to the export in /etc/exports. Also check your rsize/wsize, larger tends to be better (but does lead to fragmentation) If you have a gig clean path between two hosts, make sure they have 9k byte MTU's and that the r/w size is 8k.
+
+!!Solaris
+
+Under solaris the mount options were slightly different.
+
+mount -o rw,rsize=8192,wsize=8192,bg,hard,intr,vers=3 10.1.1.1:/nfsexport /mnt/nfs
+
+note: nfsvers becomes vers under solaris (tested on solaris 8)
!!Useful sites
* NFS Mini Howto [http://www.vanemery.com/Linux/NFS-Van.html]
* Optimising NFS Preformance [http://www.linuxforum.com/linux-nfs/performance.html]
----
CategoryNotes