Lines Matching refs:NFS

3 	tristate "NFS client support"
14 To mount file systems exported by NFS servers, you also need to
18 mount(8) man page. More detail about the Linux NFS client
21 Below you can choose which versions of the NFS protocol are
22 available in the kernel to mount NFS servers. Support for NFS
25 To configure a system which mounts its root file system via NFS
28 system on NFS" below. You cannot compile this file system as a
34 tristate "NFS client support for NFS version 2"
38 This option enables support for version 2 of the NFS protocol
39 (RFC 1094) in the kernel's NFS client.
44 tristate "NFS client support for NFS version 3"
48 This option enables support for version 3 of the NFS protocol
49 (RFC 1813) in the kernel's NFS client.
54 bool "NFS client support for the NFSv3 ACL protocol extension"
57 Some NFS servers support an auxiliary NFSv3 ACL protocol that
59 NFS version 3 protocol. This protocol extension allows
60 applications on NFS clients to manipulate POSIX Access Control
61 Lists on files residing on NFS servers. NFS servers enforce
64 Choose Y here if your NFS server supports the Solaris NFSv3 ACL
65 protocol extension and you want your NFS client to allow
68 Most NFS servers don't support the Solaris NFSv3 ACL protocol
70 option to prevent your NFS client from trying to use the NFSv3
76 tristate "NFS client support for NFS version 4"
81 This option enables support for version 4 of the NFS protocol
82 (RFC 3530) in the kernel's NFS client.
84 To mount NFS servers using NFSv4, you also need to install user
91 bool "Provide swap over NFS support"
96 This option enables swapon to work on files located on NFS mounts.
99 bool "NFS client support for NFSv4.1"
104 (RFC 5661) in the kernel's NFS client.
109 bool "NFS client support for NFSv4.2"
113 in the kernel's NFS client.
138 may be sent in the NFS exchange_id operation. The value must be in
141 If the NFS client is unchanged from the upstream kernel, this
149 This option makes the NFS client advertise to NFSv4.1 servers that
161 bool "Root file system on NFS"
164 If you want your system to mount its root file system via NFS,
172 bool "Provide NFS client caching support"
175 Say Y here if you want NFS data to be cached locally on disc through
179 bool "Use the legacy NFS DNS resolver"
201 bool "NFS: Disable NFS UDP protocol support"
205 Choose Y here to disable the use of NFS over UDP. NFS over UDP
210 bool "NFS: Enable support for the NFSv4.2 READ_PLUS operation"