You need to install gvfs-fuse:
sudo apt-get install gvfs-fuse
And add yourself to the fuse group:
sudo gpasswd -a your-user-name fuse
Then logout and login again to enable group membership.