Testing this on Gutsy:

$ cat /proc/fs/cifs/LinuxExtensionsEnabled
1
$ sudo mount -t cifs //localhost/test /mnt/ -o 
username=ivoks,uid=nobody,gid=nogroup
$ ls -dl /mnt/
drwxr-xr-x 2 nobody nogroup 0 2007-08-04 17:03 /mnt/
$ sudo umount /mnt/
$ sudo mount -t cifs //localhost/test /mnt/ -o username=ivoks,uid=root,gid=root
$ ls -dl /mnt/
drwxr-xr-x 2 root root 0 2007-08-04 17:03 /mnt/

Is that what you had in mind?

** Changed in: linux-source-2.6.17 (Ubuntu)
       Status: New => Triaged

-- 
Support for uid and gid mount options for CIFS
https://bugs.launchpad.net/bugs/48418
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to