mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Cross-reference mount_nfs(8) and showmount(8).
PR: 20008 Reported by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
This commit is contained in:
parent
ffc717e235
commit
893d2b85cd
2 changed files with 4 additions and 2 deletions
|
|
@ -314,7 +314,8 @@ Set the retransmit timeout count for soft mounts to the specified value.
|
|||
.Xr fstab 5 ,
|
||||
.Xr mount 8 ,
|
||||
.Xr nfsd 8 ,
|
||||
.Xr nfsiod 8
|
||||
.Xr nfsiod 8 ,
|
||||
.Xr showmount 8
|
||||
.Sh BUGS
|
||||
Due to the way that Sun RPC is implemented on top of UDP (unreliable datagram)
|
||||
transport, tuning such mounts is really a black art that can only be expected
|
||||
|
|
|
|||
|
|
@ -80,7 +80,8 @@ Use mount protocol Version 3, compatible with NFS Version 3.
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mount 8 ,
|
||||
.Xr mountd 8
|
||||
.Xr mount_nfs 8 ,
|
||||
.Xr mountd 8 ,
|
||||
.Sh BUGS
|
||||
The mount daemon running on the server only has an idea of the actual mounts,
|
||||
since the
|
||||
|
|
|
|||
Loading…
Reference in a new issue