RHEL - Mounting CIFS Permission Denied (Error code - 13)
I understand that a lot of people have posted on this issue, I have read through a whole lot of them before I try to post this question. I have tried the many of the provided solution, none have works for me so far, please help!
Background: I am trying to mount my samba share via the following command:
sudo mount -v -t cifs -o username=white,password=123,vers=2.0,sec=ntlmssp //192.168.72.129/myshare /mnt/share
I have attached the error message from the command and dmesg, I have tried several other sec options, same errors.
I have also tried using a credentials file to mount, same error.
Please guide and advise on the matter, thank you!