Hi, I would like to test GlusterFS with only 1 brick in order to have quota but without preinstalled packages. So, I compiled glusterfs-3.6.1.tar.gz with : # COMPILATION ./configure --prefix=/efr/glusterfs-3.6.1 make # INSTALLATION make install ln -s glusterfs-3.6.1 /efr/glusterfs # VERIFICATION /efr/glusterfs/sbin/glusterfs --version glusterfs 3.6.1 built on Nov 14 2014 23:50:54 # CONFIGURATION /efr/glusterfs/sbin/glusterd mkdir -p /home/gluster/exp1 /efr/glusterfs/sbin/gluster volume create test-volume 192.168.0.250:/home/gluster/exp1 force /efr/glusterfs/sbin/gluster volume info Volume Name: test-volume Type: Distribute Volume ID: 6f3186cf-8668-4a0c-a4eb-e7ce0ebb58a9 Status: Started Number of Bricks: 1 Transport-type: tcp Bricks: Brick1: 192.168.0.250:/home/gluster/exp1 /efr/glusterfs/sbin/gluster volume start test-volume # MOUNT : FAILED mkdir /mnt/glusterfs /efr/glusterfs/sbin/glusterfs --debug --volfile-server=192.168.0.250 --volume-name=test-volume /mnt/glusterfs No output for this command, no log, and : echo $? 255 What is the problem ? Thanks you for any help ... Yves _______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-users