There's an issue with mount.cifs where if Windows/Samba shares are entered into /etc/fstab without a trailing slash non-root users will not be able to unmount shares they have mounted.
This works:
//server/MyLibrary/      /media/Personal cifs    users,rw,user=user%pass,uid=xxx,gid=xxx    0       0
This fails:
//server/MyLibrary      /media/Personal cifs    users,rw,user=user%pass,uid=xxx,gid=xxx    0       0
 
Comments
No comments yet.
Leave a comment