Ops, the correct step 3 is:
sudo mount -t cifs -o user=YOUR_SAMBA_USER -o uid=YOUR_USER_UID -o
gid=YOUR_GROUP_UID "//SAMBA_SERVER/SAMBA_SHARE" TARGET
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchp
I think someone may be interested in this easy-to-use workaround for
Ubuntu 12.10:
1) Install CIFS (no need to replace GVFS, so you can use this only if
necessary):
sudo apt-get install cifs-utils
2) Create a directory to mount it:
mkdir TARGET
3) Mount it for your user:
sudo mount -t cifs -o u