Mounting cifs share as user
I've got the following cifs share listed in my /etc/fstab:
//stonehenge/scolgan /home/sean/Documents/stonehenge cifs rw,noauto,user,sync,credentials=/home/sean/.creds_stonehenge,uid=sean,gid=users,file_mode=075 5,dir_mode=0755 0 0
I can mount this share as root no problem. When trying to mount it as a user (as the 'user' option should allow), I get the following error:
sean@Iago:~> mount /home/sean/Documents/stonehenge/
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
Anyone have thoughts on this?