AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only

mount cifs via automount problem

  • 1.  mount cifs via automount problem

    Posted Tue June 22, 2010 04:32 AM

    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