Hello Jacob, so the documentation about mounting NFS subdirectorys is wrong for the current version? Regards, Thomas Am 10.12.2010 16:58, schrieb Jacob Shucart: > Hello, > > Gluster 3.1.1 does not support mounting a subdirectory of the volume. > This is going to be changed in the next release. For now, you could mount > 192.168.1.88:/raid, but not /raid/nfstest. > > -Jacob > > -----Original Message----- > From: gluster-users-bounces at gluster.org > [mailto:gluster-users-bounces at gluster.org] On Behalf Of Joe Landman > Sent: Friday, December 10, 2010 7:45 AM > To: gluster-users at gluster.org > Subject: Re: Problem mounting Gluster 3.1 with NFS > > On 12/10/2010 10:42 AM, Thomas Riske wrote: >> Hello, >> >> I tried to NFS-mount a gluster-volume using the "normal NFS-way" with >> the directory-path: >> >> mount -t nfs 192.168.1.88:/raid/nfstest /mnt/testmount >> >> This gives me only the following error message: >> >> mount.nfs: mounting 192.168.1.88:/raid/nfstest failed, reason given by >> server: No such file or directory > > [...] > >> Is this a bug in gluster, or am I missing something here? >> >> Mounting the Gluster-volume with the volume-name over NFS works... >> (mount -t nfs 192.168.1.88:/test-nfs /mnt/testmount) > > If you created the volume with a name of test-nfs, then thats what > should show up in your exports > > showmount -e 192.168.1.88 > >