Originally posted by: ROBG
Hi All,
I have a problem mounting a cifs filesystem via automount. Via normal mount it works fine.
normal :
mount -v cifs -n <win>/<user>/<pass> -o wrkgrp=<wrkgrp>,uid=<uid>,fmode=755 /<share> /<mountpoint>
In auto.win
<mount> -fstype=cifs,username=<user>,password=<pass>,wrkgrp=<wrkgrp>,uid=<uid> <win>:/<share>
Problem is with automount when accessing the directory :
The file access permissions do not allow the specified action
What could be the problem? and what is the right way to use cifs with automount? A sample would be great!
Thanks.
btw. the NFS mounts work perfectly with automount..
#AIX-Forum