Gluster 3.1 FAQ: How do i mount nfs and cifs shared volumes?
From GlusterDocumentation
Please go to client machine where you are allowed access through Access control. Specify mount as below for each type of reexport.
mount -t nfs <ip-management-server:/nfs/<volumename-webui> <MOUNTPOINT>
mount -t cifs -ousername=<adusername>,password=<adpassword> //<ip-management-server/<volumename-webui> <MOUNTPOINT>
From Windows it could be accessed by from "Network Places" with \\<ip-management-serveR>\<volumename-webui>


