How to mount remote samba share from local host with multiple groups?
- by Dragos
I am using mount.cifs to mount a remote samba share (both client and server are Ubuntu server 8.04) like this:
mount.cifs //sambaserver/samba /mountpath -o credentials=/path/.credentials,uid=someuser,gid=1000
$ cat .credentials
username=user
password=password
I mounted a user from local system with username and password with mount.cifs but the…