diff options
author | peter <peter@FreeBSD.org> | 1998-05-01 13:52:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-05-01 13:52:17 +0000 |
commit | 4e507d65e9eb1d9ed70d30412d60c42e0765b17c (patch) | |
tree | d112efe240530ae8e68f3f5831b546282c2e0c1f /sbin | |
parent | 17853abae10dc59e406b370bde70ccc4981bf19f (diff) | |
download | FreeBSD-src-4e507d65e9eb1d9ed70d30412d60c42e0765b17c.zip FreeBSD-src-4e507d65e9eb1d9ed70d30412d60c42e0765b17c.tar.gz |
Mention the 2GB NFS v2 filesize limit.
PR: 6335
Submitted by: tom@sdf.com
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 9c92252..ac06971 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -31,7 +31,7 @@ .\" .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 .\" -.\" $Id: mount_nfs.8,v 1.9 1997/04/18 16:23:09 dfr Exp $ +.\" $Id: mount_nfs.8,v 1.10 1997/10/19 16:39:59 joerg Exp $ .\"" .Dd March 29, 1995 .Dt MOUNT_NFS 8 @@ -74,7 +74,8 @@ The options are: .Bl -tag -width indent .It Fl 2 Use the NFS Version 2 protocol (the default is to try version 3 first -then version 2). +then version 2). Note that NFS version 2 has a file size limit of 2 +gigabytes. .It Fl 3 Use the NFS Version 3 protocol. .It Fl D |