Have you tried restarting the system? It should be automatically mounted on boot.
To mount all from /etc/fstab without a reboot execute:
sudo mount -a
If that doesn't work, append "user" like this:
guest,uid=1000,iocharset=utf8,user
This will allow you to mount after booting with a click.

Reply via email to