> Is it possible to mount a sub directory of a glusterfs volume (for > example mounting volume/username, as you can do in NFS). I'm not sure if I fully understand your question but I mount the glusterfs to something like /mnt/gluster and then bind what I need with: mount -o bind /mnt/gluster/home /home mount -o bind /mnt/gluster/data/one /srv/one Matthias