Thursday, January 12, 2017

mount.cifs error 13 another case

If you try to mount windows shared resource to your linux folder and get "mount error(13): Permission denied" error, even if username and password are correct and checked 100 times, another credential setting like "domain=" could help you.

1. If your windows in domain and windows user is a local windows user, then use "domain=windows_hostname" credential setting.

2. If your windows in domain and windows user is a domain windows user, then use "domain=windows_domain_name" credential setting.

Good luck !