Originally posted by: clevi
Hi
i'm trying to mount windows share from my windows XP(part of domain) to my AIX 5.3 machine.
i've installed the cifs_fs package.
when i'm executing the following command with ROOT user on the aix machine:
mount -v cifs -n myxp/my_domain_user/my_domain_password -o wrkgrp=mydomain,fmode=755 /win_share /aix_mountpoint
its works!
but...i need to execute this with regular user, with my NIS user on the AIX machine and its always gives me the error:
There was an error connecting the share or the server.
Make sure the lsdev command shows that device nsmb0 is in
the Available state. Also make sure that the share name,
user name and password are accurate.
how can i mount windows share with regular user?? and not root....
as i've said in AIX we are using NIS, the users name are the same as our domain users.
please help!
Thanks