This the following step use mount cifs on linux server.
1) Create fstab entry
//<servername>/<path/ /<mount-point> cifs _netdev,gid=,uid=,credentials=/root/.password,sec=ntlmsspi 0 0
2) Create /root/.password file
[root@test ~]# cat /root/.password
username=testuser
password=2pass02dd
No comments:
Post a Comment