README This kit provides a simple shell script to create installable source and binary RPM for the NFS-RDMA version of the mount command. The command is installed in /sbin/mount.rnfs and is necessary to necessary to perform mounts over RDMA. INSTALLING THE NFS-RDMA MOUNT Simply run the install.sh script provided with this kit and follow the directions on the menu. Source and binary RPMS will be created and can be found in the ./RPMS and ./SRPMS directory respectively. The script will automatically install the binary RPM. USAGE The mount.rnfs command is used in a fashion very similar to the mount command with the exception of a new mount option 'rdma'. The command is used as follows: mount.rnfs -o rdma= :/ / An example for a server named nfsrdma-ib, an export named 'exportname', and a local directory named 'localdir', follows: # mount.rnfs -o rdma=nfsrdma-ib nfsrdma-ib:/exportname /localdir