On Wed, 30 Jan 2008 at 02:04:17PM -0500, James Lentini wrote: > > # mount.rnfs -o rdma=10.2.2.1 10.2.2.1:/scratch /mnt > > Doing nfs/rdma mount to 10.2.2.1, mount protocol to 10.2.2.1 > > nfsmount: Invalid argument > > Are you using the mount.nfs command you built from nfs-utils-1.1.1? If > you installed nfs-utils, you should be doing something like this > (mount will redirect to /sbin/mount.nfs if it is present): > > /sbin/mount <IPoIB-server-name-or-address>:/<export> /mnt -i -o rdma,port=2050 > > There is more info here: > > http://nfs-rdma.sourceforge.net/Documents/README
hi, according to this page: # modprobe svc_rdma FATAL: Module svc_rdma not found. ??? # mount 10.2.2.1:/scratch /mnt -i -o rdma,port=2050 Unsupported nfs mount option: rdma looks like I definitelly need a rdma-enabled mount, which comes in http://www.mellanox.com/downloads/NFSoRDMA/OFED-1.2-NFS-RDMA.gz, so: # mount.rnfs -h Usage: mount.rnfs [-o rdma[=host][,...] [-t nfs/nfs4]] <host:path> <mnt_point> # mount.rnfs -o rdma 10.2.2.1:/scratch /mnt Doing nfs/rdma mount to 10.2.2.1, mount protocol to 10.2.2.1 nfsmount: Invalid argument ??? -- Pawel Dziekonski <[EMAIL PROTECTED]> Wroclaw Centre for Networking & Supercomputing, HPC Department Politechnika Wr., pl. Grunwaldzki 9, bud. D2/101, 50-377 Wroclaw, POLAND phone: +48 71 3202043, fax: +48 71 3225797, http://www.wcss.wroc.pl _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
