On 10/17/2007 03:04 PM, t35t0r wrote: > I have a mount: > > //server/foo on /home/foo/cifsmount type cifs (rw,mand,nosuid,nodev,user=foo) > > if i try to /sbin/umount.cifs it I get an error: > > This utility only unmounts cifs filesystems. > > googling returned several pages, one which mentioned to put selinux in > permissive mode. I have it completely turned off: > > % /usr/sbin/getenforce > Disabled > > I set the /sbin/umount.cifs and mount.cifs u+s so regular users can > mount/umount cifs mounts: > > -rwsr-xr-x 1 root root 27456 Sep 1 2006 /sbin/mount.cifs* > -rwsr-xr-x 1 root root 14144 Sep 1 2006 /sbin/umount.cifs* > > It would probably be more secure to setup automounts but trying to > umount it as root still returns the same error. Any ideas? >
Just for grins, if you `mount | grep /home/foo/cifsmount`, what does it tell you the fs type is? --Keith _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
