- The user mounting the Storage Pool must be member of the fuse group. If a fuse group does not exist on your system, create it.
See http://www.techotopia.com/index.php/Managing_Ubuntu_Linux_Users_and_Groups for additional info on managing groups in Ubuntu. Other Linux users should man addgroup and adduser.
Ex:
sudo addgroup fuse
sudo adduser <your-username> fuse - You might need grant access to the root user or all other users. Read: http://wiki.flexraid.com/2011/06/01/linux-granting-storage-pool-access-to-root-and-other-users/
- TODO: sharing Storage Pool over Samba