Hi, With NFS (including Gluster NFS), if I export 192.168.1.1:/bob, and in bob I have a directory called sally, I can mount sally directly (mount -t nfs 192.168.1.1:/bob/sally /mnt/sally. Can I do that with Gluster directly? Basically, what I'm trying to do, is get Gluster to work directly in Citrix XenServer. When I export bob, and ask XenServer to create a storage repository, it creates sally and then mounts sally as the storage repo. If that makes sense. Gerald