Home
last modified time | relevance | path

Searched refs:NFS (Results 1 – 25 of 164) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/fs/nfs/
H A DKconfig3 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.
[all …]
/OK3568_Linux_fs/kernel/fs/nfsd/
H A DKconfig3 tristate "NFS server support"
15 protocol. To compile the NFS server support as a module,
18 You may choose to use a user-space NFS server instead, in which
21 To export local file systems using NFS, you also need to install
24 the Linux NFS server implementation is available via the
27 Below you can choose which versions of the NFS protocol are
28 available to clients mounting the NFS server on this system.
29 Support for NFS version 2 (RFC 1094) is always available when
39 bool "NFS server support for NFS version 3"
42 This option enables support in your system's NFS server for
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfs-rdma.rst2 Setting up NFS/RDMA
14 This document describes how to install and setup the Linux NFS/RDMA client
17 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
35 use with NFS/RDMA.
46 The first kernel release to contain both the NFS/RDMA client and server was
55 An NFS/RDMA mount point can be obtained by using the mount.nfs command in
57 version with support for NFS/RDMA mounts, but for various reasons we
73 these to create an NFS/RDMA enabled mount command), the installation
85 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
96 In this location, mount.nfs will be invoked automatically for NFS mounts
[all …]
H A Dnfs-client.rst2 NFS Client
5 The NFS client
8 The NFS version 2 protocol was first documented in RFC1094 (March 1989).
9 Since then two more major releases of NFS have been published, with NFSv3
13 The Linux NFS client currently supports all the above published versions,
18 special features of the NFS client that can be configured by system
39 used instead of a system's node name when an NFS client identifies itself to
42 or loss of state during NFS reboot recovery or transparent state migration.
45 anything that is believed to be unique across all NFS clients. An
54 This string can be stored in an NFS client's grub.conf, or it can be provided
[all …]
H A Dnfsroot.rst2 Mounting the root filesystem via NFS (nfsroot)
22 Documentation/admin-guide/initrd.rst) or a filesystem mounted via NFS. The
23 following text describes on how to use NFS for the root filesystem. For the rest
24 of this text 'client' means the diskless system, and 'server' means the NFS
33 In order to use nfsroot, NFS client support needs to be selected as
54 This is necessary to enable the pseudo-NFS-device. Note that it's not a
55 real device but just a synonym to tell the kernel to use NFS instead of
63 <server-ip> Specifies the IP address of the NFS server.
66 servers for IP autoconfiguration and NFS.
73 <nfs-options> Standard NFS options. All options are separated by commas.
[all …]
H A Dpnfs-scsi-server.rst6 This document describes support for pNFS SCSI layouts in the Linux NFS server.
7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
8 which in addition to handling all the metadata access to the NFS export,
12 To use pNFS SCSI layouts with the Linux NFS server, the exported file
H A Dpnfs-block-server.rst5 The Linux NFS server now supports the pNFS block layout extension. In this
6 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
7 to handling all the metadata access to the NFS export also hands out layouts
11 To use pNFS block layouts with the Linux NFS server the exported file
H A Dnfs-idmapper.rst2 NFS ID Mapper
5 Id mapper is used by NFS to translate user and group ids into names, and to
8 ways NFS could obtain this information: placing a call to /sbin/request-key
11 NFS will attempt to call /sbin/request-key first. If this succeeds, the
20 in a custom NFS idmap cache.
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst2 Kernel NFS Server Statistics
8 which the kernel NFS server makes available to userspace. These
31 for each NFS thread pool.
38 The id number of the NFS thread pool to which this line applies.
49 Counts how many NFS packets have arrived. More precisely, this
52 (e.g. an NFS or UDP socket or an NFS/RDMA endpoint).
54 Depending on the NFS workload patterns and various network stack
57 of NFS calls received (which statistic is available elsewhere).
60 due to NFS network traffic.
63 Counts how many times an NFS transport is enqueued to wait for
[all …]
H A Drpc-server-gss.rst6 implement RPCGSS authentication in kernel RPC servers such as the NFS
7 server and the NFS client's NFSv4.0 callback server. (But note that
24 Authentication for NFS. Although GSSAPI is itself completely mechanism
25 agnostic, in many cases only the KRB5 mechanism is supported by NFS
46 NFS Server Legacy Upcall Mechanism
67 NFS Server New RPC Upcall Mechanism
/OK3568_Linux_fs/buildroot/package/nfs-utils/
H A DConfig.in13 The NFS Linux kernel server.
47 NFS lock manager for Linux kernels older than 2.4
54 NFS server
59 NFS remote quota server
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-nfs.bb5 SUMMARY = "NFS package groups"
12 SUMMARY:${PN}-client = "NFS client"
15 SUMMARY:${PN}-server = "NFS server"
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dbeyond-buildroot.txt8 ==== NFS boot
10 To achieve NFS-boot, enable _tar root filesystem_ in the _Filesystem
14 NFS-root directory:
22 Then, you can execute a NFS-boot from your target.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/
H A Dunfs3_git.bb1 SUMMARY = "Userspace NFS server v3 protocol"
3 specification. It provides a daemon for the MOUNT and NFS protocols, which \
4 are used by NFS clients for accessing files on the server."
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A Dalternate_rpc_ports.patch39 + printf("\t-x <port> alternate NFS RPC port\n");
46 + fprintf(stderr, "Invalid NFS RPC port\n");
85 /* Register NFS service for UDP */
94 /* Register NFS service for TCP */
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A DKconfig65 bool "Overlayfs: turn on NFS export feature by default"
71 the index directory to decode overlay NFS file handles by default.
72 In this case, it is still possible to turn off NFS export support
76 The NFS export feature creates an index on copy up of every file and
83 Note, that the NFS export feature is not backward compatible.
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191123.patch.gz1# ncurses 6.1 - patch 20191123 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/fs/coda/
H A DKconfig6 Coda is an advanced network file system, similar to NFS in that it
9 disk. Coda has several advantages over NFS: support for
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A DREADME57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
61 want an NFS root or a ramdisk root:
/OK3568_Linux_fs/buildroot/support/misc/
H A Dtarget-dir-warning.txt11 your root filesystem over NFS or copy the contents of this directory
19 extract to your SD card or to some directory exposed through NFS,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Doverlayfs.rst44 If all underlying filesystems support NFS file handles and export file
104 must provide valid d_type in readdir responses, so NFS is not suitable.
264 When the NFS export feature is enabled, every copied up directory is
274 NFS export support on an overlay filesystem with no upper layer requires
330 permissions (used by NFS, for example) being ignored (3).
417 With the "inodes index" feature, on the first time mount, an NFS file
425 does not support NFS export, lower filesystem does not have a valid UUID or
501 When the overlay NFS export feature is enabled, overlay filesystems
503 than the behavior when NFS export is disabled.
505 On every copy_up, an NFS file handle of the lower inode, along with the
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-bdi14 non-block filesystems which provide their own BDI, such as NFS
47 most of the write-back cache. For example in case of an NFS
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/
H A DREADME.hardware.md172 If using NFS as part of the setup process, you will also need:
173 * NFS root setup on your workstation
183 --- Booting from NFS root / kernel via TFTP ---
212 box and populate it from another computer, or use a previously booted NFS
229 Type 2: NFS
241 1. Boot from NFS root
/OK3568_Linux_fs/yocto/poky/
H A DREADME.hardware.md172 If using NFS as part of the setup process, you will also need:
173 * NFS root setup on your workstation
183 --- Booting from NFS root / kernel via TFTP ---
212 box and populate it from another computer, or use a previously booted NFS
229 Type 2: NFS
241 1. Boot from NFS root
/OK3568_Linux_fs/kernel/fs/sysv/
H A DKconfig22 network using NFS, you don't need the System V file system support
23 (but you need NFS file system support obviously).

1234567