I hope I am sending to the correct list. I want to mount a cifs share with the owner as admin (uid=504) on my system.
Relevant information: [EMAIL PROTECTED] /]# uname -a;cat /etc/redhat-release Linux db05 2.6.18-53.1.4.el5 #1 SMP Wed Nov 14 10:37:27 EST 2007 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux Server release 5.1 (Tikanga) [EMAIL PROTECTED] /]# grep cifs /etc/fstab #//10.60.11.70/backup /backup cifs defaults,credentials=/root/.pw_enclosure,uid=admin 0 0 [EMAIL PROTECTED] /]# mount -t cifs -v //10.60.11.70/backup /backup -o password=xxxxxx,uid=504 parsing options: rw,password=xxxxxx,uid=504 mount.cifs kernel mount options unc=//10.60.11.70\backup,ip=10.60.11.70,user=root,ver=1,rw,password=his1 ory,uid=504 [EMAIL PROTECTED] /]# ls -l / |grep backup drwxr-xr-x 9 1001 65534 0 Jan 4 17:49 backup I have tried various other ways that I found on the internet to work around such as setting the mask, etc and no success. These settings work on my other boxes with the same OS but just not on this one. Regards, ALo _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
