NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/26214 (mount(8) does not mention NFS options)
The following reply was made to PR bin/26214; it has been noted by GNATS.
From: Sachidananda Urs <sac.urs%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/26214 (mount(8) does not mention NFS options)
Date: Sat, 16 Jun 2012 21:00:07 +0530
--Apple-Mail=_0A3FE020-E77B-4C85-96C6-443C7FE9FADD
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
Added fix suggested by dholland@
* documented retrans=3Dfoo
* documented -g does not work (-g is #if 0'd decades ago between 1.1.1.1 =
and 1.2 version of mount_nfs)
* nfs-specific mount option `port' removed from mount.8 it is documented =
in mount_nfs.8
-sac
--Apple-Mail=_0A3FE020-E77B-4C85-96C6-443C7FE9FADD
Content-Disposition: attachment;
filename=mount_nfs.8.patch
Content-Type: application/octet-stream;
x-unix-mode=0644;
name="mount_nfs.8.patch"
Content-Transfer-Encoding: 7bit
Index: mount_nfs.8
===================================================================
RCS file: /cvsroot/src/sbin/mount_nfs/mount_nfs.8,v
retrieving revision 1.42
diff -u -u -r1.42 mount_nfs.8
--- mount_nfs.8 8 Apr 2012 22:00:37 -0000 1.42
+++ mount_nfs.8 16 Jun 2012 15:27:02 -0000
@@ -139,6 +139,8 @@
group list size of 16, as specified in RFC 1057.
Try 8, if users in a lot of groups cannot get response from the mount
point.
+
+Currently this option is disabled.
.It Fl I Ar readdirsize
Set the readdir read size to the specified value.
The value should normally
@@ -247,6 +249,9 @@
.It Cm wsize Ns = Ns Aq Ar writesize
Same as
.Fl w Ar writesize .
+.It Cm retrans Ns = Ns Aq Ar retrans
+Same as
+.Fl x Ar retrans .
.El
.It Fl P
Use a reserved socket port number.
--Apple-Mail=_0A3FE020-E77B-4C85-96C6-443C7FE9FADD
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
--Apple-Mail=_0A3FE020-E77B-4C85-96C6-443C7FE9FADD
Content-Disposition: attachment;
filename=mount.8.patch
Content-Type: application/octet-stream;
x-unix-mode=0644;
name="mount.8.patch"
Content-Transfer-Encoding: 7bit
Index: mount.8
===================================================================
RCS file: /cvsroot/src/sbin/mount/mount.8,v
retrieving revision 1.74
diff -u -u -r1.74 mount.8
--- mount.8 22 Jul 2011 15:53:21 -0000 1.74
+++ mount.8 16 Jun 2012 15:25:44 -0000
@@ -240,8 +240,6 @@
binaries for architectures other than its own.
.It Cm nosuid
Do not allow set-user-identifier or set-group-identifier bits to take effect.
-.It Cm port
-(NFS only) Use the specified NFS port.
.It Cm rdonly
The same as
.Fl r ;
--Apple-Mail=_0A3FE020-E77B-4C85-96C6-443C7FE9FADD--
Home |
Main Index |
Thread Index |
Old Index