Lines Matching refs:mount
65 An NFS/RDMA mount point can be obtained by using the mount.nfs command in
69 mount.nfs you are using, type:
71 $ /sbin/mount.nfs -V
83 these to create an NFS/RDMA enabled mount command), the installation
92 After building the nfs-utils package, there will be a mount.nfs binary in
93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
94 or v4 mounts. To initiate a v4 mount, the binary must be called
95 mount.nfs4. The standard technique is to create a symlink called
96 mount.nfs4 to mount.nfs.
98 This mount.nfs binary should be installed at /sbin/mount.nfs as follows:
100 $ sudo cp utils/mount/mount.nfs /sbin/mount.nfs
102 In this location, mount.nfs will be invoked automatically for NFS mounts
103 by the system mount command.
105 NOTE: mount.nfs and therefore nfs-utils-1.1.2 or greater is only needed
107 nfs-utils on the server. Furthermore, only the mount.nfs command from
269 command to mount the NFS/RDMA server:
271 $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt
273 To verify that the mount is using RDMA, run "cat /proc/mounts" and check
274 the "proto" field for the given mount.