Hi , I cant seem to mount NFS over booster + unfs3exports It looks like the unfs3 is not working at all while the server is in fact running I went thru the faq : http://gluster.com/community/documentation/index.php/Storage_Server_Installation_and_Configuration line by line my configs are : /etc/booster.fstab /etc/glusterfs/glusterfs.vol /mnt/nfs/ glusterfs subvolume=localdiskthreads,logfile=/var/log/booster,loglevel=DEBUG,attr_timeout=0 /etc/unfs3exports /mnt/nfs *(rw,no_root_squash) service unfsd start My client running fedora 11 and the command mount -t nfs 192.168.0.9:/mnt/nfs /mnt/cluster-o nolock -v or mount 192.168.0.9:/mnt/nfs -o wsize=65536,rsize=65536 /mnt/cluster -o nolock both gets : mount.nfs: access denied by server while mounting 192.168.0.9:/mnt/nfs Any help will be great .