Re: Mount CIFS share as user

2007-03-01 Thread Clive Menzies
On (01/03/07 10:26), Greg Vickers wrote: > I want to mount a Windows share using CIFS and an entry in my fstab like so: > //server/share /media/mnt cifs rw,user,noauto,workgroup=one,username=two Here's what I do: set up .smb_pass in each user's home dir cat .smb_pass username= password= use the

Mount CIFS share as user

2007-02-28 Thread Greg Vickers
Hi all, I want to mount a Windows share using CIFS and an entry in my fstab like so: //server/share /media/mnt cifs rw,user,noauto,workgroup=one,username=two This works only if I set the set user ID for /sbin/mount.cifs: # ll /sbin/mount.cifs -rwsr-xr-x 1 root root 16960 Feb 1 07:00 /sbin/moun