Tuesday, February 10, 2015
Fedora 18 and mount cifs not mounting windows share
[root@localhost ~]# mount.cifs //192.168.0.50/customer /ian -o user=administrator
Password for administrator@//192.168.0.50/customer: ***
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Try this solution: (add sec=ntlm on the option)
mount.cifs //192.168.0.50/customer /ian -o user=administrator,sec=ntlm
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.