Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_nfs NFS over TCP is more common these days.



details:   https://anonhg.NetBSD.org/src/rev/259c28c5e833
branches:  trunk
changeset: 477046:259c28c5e833
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Oct 07 23:50:58 1999 +0000

description:
NFS over TCP is more common these days.

diffstat:

 sbin/mount_nfs/mount_nfs.8 |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r e069aa5d0a82 -r 259c28c5e833 sbin/mount_nfs/mount_nfs.8
--- a/sbin/mount_nfs/mount_nfs.8        Thu Oct 07 22:15:22 1999 +0000
+++ b/sbin/mount_nfs/mount_nfs.8        Thu Oct 07 23:50:58 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_nfs.8,v 1.11 1999/03/07 11:02:07 mycroft Exp $
+.\"    $NetBSD: mount_nfs.8,v 1.12 1999/10/07 23:50:58 soren Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994, 1995
 .\"    The Regents of the University of California.  All rights reserved.
@@ -137,11 +137,8 @@
 Set the retry count for doing the mount to the specified value.
 .It Fl T
 Use TCP transport instead of UDP.
-This is recommended for servers that are not on the same LAN cable as
-the client.
-(NB: This is NOT supported by most non
-.Bx
-servers.)
+This is recommended for servers that are not on the same physical network as
+the client.  Not all NFS servers, especially not old ones, support this.
 .It Fl U
 Force the mount protocol to use UDP transport, even for TCP NFS mounts.
 (Necessary for some old



Home | Main Index | Thread Index | Old Index