📄 mount_nfs.man
字号:
MOUNT_NFS(8) FreeBSD System Manager's Manual MOUNT_NFS(8)NNAAMMEE mmoouunntt__nnffss - mount nfs file systemsSSYYNNOOPPSSIISS mmoouunntt__nnffss [--2233KKPPTTUUbbccddiillqqss] [--DD _d_e_a_d_t_h_r_e_s_h] [--II _r_e_a_d_d_i_r_s_i_z_e] [--LL _l_e_a_s_e_t_e_r_m] [--RR _r_e_t_r_y_c_n_t] [--aa _m_a_x_r_e_a_d_a_h_e_a_d] [--gg _m_a_x_g_r_o_u_p_s] [--mm _r_e_a_l_m] [--oo _o_p_t_i_o_n_s] [--rr _r_e_a_d_s_i_z_e] [--tt _t_i_m_e_o_u_t] [--ww _w_r_i_t_e_s_i_z_e] [--xx _r_e_t_r_a_n_s] _r_h_o_s_t_:_p_a_t_h _n_o_d_eDDEESSCCRRIIPPTTIIOONN The mmoouunntt__nnffss command calls the mount(2) system call to prepare and graft a remote nfs file system (rhost:path) on to the file system tree at the point _n_o_d_e_. This command is normally executed by mount(8). It implements the mount protocol as described in RFC 1094, Appendix A and _N_F_S_: _N_e_t_w_o_r_k _F_i_l_e _S_y_s_t_e_m _V_e_r_s_i_o_n _3 _P_r_o_t_o_c_o_l _S_p_e_c_i_f_i_c_a_t_i_o_n, Appendix I. The options are: --22 Use the NFS Version 2 protocol (the default is to try version 3 first then version 2). --33 Use the NFS Version 3 protocol. --DD Used with NQNFS to set the ``dead server threshold'' to the spec- ified number of round trip timeout intervals. After a ``dead server threshold'' of retransmit timeouts, cached data for the unresponsive server is assumed to still be valid. Values may be set in the range of 1 - 9, with 9 referring to an ``infinite dead threshold'' (i.e. never assume cached data still valid). This option is not generally recommended and is really an experimental feature. --II Set the readdir read size to the specified value. The value should normally be a multiple of DIRBLKSIZ that is <= the read size for the mount. --KK Pass Kerberos authenticators to the server for client-to-server user-credential mapping. This requires that the kernel be built with the NFSKERB option. (Refer to the INTERNET-DRAFT titled _A_u_t_h_e_n_t_i_c_a_t_i_o_n _M_e_c_h_a_n_i_s_m_s _f_o_r _O_N_C _R_P_C, for more information.) --LL Used with NQNFS to set the lease term to the specified number of seconds. Only use this argument for mounts with a large round trip delay. Values are normally in the 10-30 second range. --PP Use a reserved socket port number. This is useful for mounting servers that require clients to use a reserved port number on the mistaken belief that this makes NFS more secure. (For the rare case where the client has a trusted root account but untrustwor- thy users and the network cables are in secure areas this does help, but for normal desktop clients this does not apply.) --RR Set the retry count for doing the mount to the specified value. --TT 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-BSD servers.) --UU Force the mount protocol to use UDP transport, even for TCP NFS mounts. (Necessary for some old BSD servers.) --aa Set the read-ahead count to the specified value. This may be in the range of 0 - 4, and determines how many blocks will be read ahead when a large file is being read sequentially. Trying a value greater than 1 for this is suggested for mounts with a large bandwidth * delay product. --bb If an initial attempt to contact the server fails, fork off a child to keep trying the mount in the background. Useful for fstab(5), where the filesystem mount is not critical to multius- er operation. --cc For UDP mount points, do not do a connect(2). This must be used for servers that do not reply to requests from the standard NFS port number 2049. --dd Turn off the dynamic retransmit timeout estimator. This may be useful for UDP mounts that exhibit high retry rates, since it is possible that the dynamically estimated timeout interval is too short. --gg Set the maximum size of the group list for the credentials to the specified value. This should be used for mounts on old servers that cannot handle a 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. --ii Make the mount interruptible, which implies that file system calls that are delayed due to an unresponsive server will fail with EINTR when a termination signal is posted for the process. --ll Used with NQNFS and NFSV3 to specify that the RReeaaddddiirrPPlluuss RPC should be used. This option reduces RPC traffic for cases such as ``ls -l'', but tends to flood the attribute and name caches with prefetched entries. Try this option and see whether perfor- mance improves or degrades. Probably most useful for client to server network interconnects with a large bandwidth times delay product. --mm Set the Kerberos realm to the string argument. Used with the --KK option for mounts to other realms. --oo Options are specified with a --oo flag followed by a comma separat- ed string of options. See the mount(8) man page for possible op- tions and their meanings. The following NFS specific option is also available: port=<port_number> Use specified port number for NFS requests. The default is to query the portmapper for the NFS port. HHiissttoorriicc --oo ooppttiioonnss Use of these options is deprecated, they are only mentioned here for compatibility with historic versions of mmoouunntt__nnffss. bg Same as --bb. conn Same as --cc. dumbtimer Same as --dd. intr Same as --ii. kerb Same as --KK. nfsv2 Same as --22. nfsv3 Same as --33. rdirplus Same as --ll. mntudp Same as --UU. resvport Same as --PP. seqpacket Same as --pp. nqnfs Same as --qq. soft Same as --ss. tcp Same as --TT.. --qq Use the leasing extensions to the NFS Version 3 protocol to main- tain cache consistency. This protocol Version 2, referred to as Not Quite Nfs (NQNFS), is only supported by this updated release of NFS code. (It is not backwards compatible with the release of NQNFS that went out on 4.4BSD-Lite. To interoperate with a 4.4BSD-Lite NFS system you will have to avoid this option until you have had an opportunity to upgrade the NFS code on all your 4.4BSD-Lite based systems.) --rr Set the read data size to the specified value. It should normal- ly be a power of 2 greater than or equal to 1024. This should be used for UDP mounts when the ``fragments dropped due to timeout'' value is getting large while actively using a mount point. (Use netstat(1) with the --ss option to see what the ``fragments dropped due to timeout'' value is.) See the --ww option as well. --ss A soft mount, which implies that file system calls will fail af- ter RReettrryy round trip timeout intervals. --tt Set the initial retransmit timeout to the specified value. May be useful for fine tuning UDP mounts over internetworks with high packet loss rates or an overloaded server. Try increasing the interval if nfsstat(1) shows high retransmit rates while the file system is active or reducing the value if there is a low retrans- mit rate but long response delay observed. (Normally, the -d op- tion should be specified when using this option to manually tune the timeout interval.) --ww Set the write data size to the specified value. Ditto the com- ments w.r.t. the --rr option, but using the ``fragments dropped due to timeout'' value on the server instead of the client. Note that both the --rr and --ww options should only be used as a last ditch effort at improving performance when mounting servers that do not support TCP mounts. --xx Set the retransmit timeout count for soft mounts to the specified value.SSEEEE AALLSSOO mount(2), unmount(2), fstab(5), mount(8)BBUUGGSS 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 to have limited success. For clients mounting servers that are not on the same LAN cable or that tend to be overloaded, TCP transport is strongly recommended, but unfortunately this is restricted to mostly 4.4BSD servers.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -