On Saturday, September  8, 2007 at 09:16:26 +0200, Henning Brauer wrote:
>do not use nfs over tcp, is never was and is not anywhere close to 
>reliable.

Then maybe it's a good idea to use UDP in the fstab(5) example?

Maurice



Index: share/man/man5/fstab.5
===================================================================
RCS file: /cvs/src/share/man/man5/fstab.5,v
retrieving revision 1.40
diff -u -r1.40 fstab.5
--- share/man/man5/fstab.5      1 Jun 2007 05:37:14 -0000       1.40
+++ share/man/man5/fstab.5      8 Sep 2007 07:52:16 -0000
@@ -279,7 +279,7 @@
 /dev/sd0j /usr/src ffs rw,nodev,nosuid,softdep 1 2
 /dev/sd1b none swap sw 0 0
 /dev/cd0a /cdrom cd9660 ro,noauto 0 0
-server:/export/ports /usr/ports nfs rw,nodev,nosuid,tcp,soft,intr 0 0
+server:/export/ports /usr/ports nfs rw,nodev,nosuid,soft,intr 0 0
 .Ed
 .Sh SEE ALSO
 .Xr quota 1 ,

Reply via email to