Lines Matching full:mount
55 An NFS/RDMA mount point can be obtained by using the mount.nfs command in
59 mount.nfs you are using, type:
63 $ /sbin/mount.nfs -V
73 these to create an NFS/RDMA enabled mount command), the installation
84 After building the nfs-utils package, there will be a mount.nfs binary in
85 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
86 or v4 mounts. To initiate a v4 mount, the binary must be called
87 mount.nfs4. The standard technique is to create a symlink called
88 mount.nfs4 to mount.nfs.
90 This mount.nfs binary should be installed at /sbin/mount.nfs as follows:
94 $ sudo cp utils/mount/mount.nfs /sbin/mount.nfs
96 In this location, mount.nfs will be invoked automatically for NFS mounts
97 by the system mount command.
100 mount.nfs and therefore nfs-utils-1.1.2 or greater is only needed
102 nfs-utils on the server. Furthermore, only the mount.nfs command from
283 command to mount the NFS/RDMA server:
287 $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt
289 To verify that the mount is using RDMA, run "cat /proc/mounts" and check
290 the "proto" field for the given mount.