Microsoft CIFS Ubuntu20.04-Windows 10 doesn't work

Viewed 15

I am trying to establish a CIFS connection between my Ubuntu 20.04 (client) machine and my Windows 10 machine (server). I am using this command:

sudo mount.cifs //<IpAddress>/<SharedFolderName> /mnt/share -o user=<Account>

However, it returns this message:

mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

I guess there is something wrong with the configuration on my server machine (W10), however, I have already enabled "Turn on network discovery" on Network Discovery and o the folder's property, I have already clicked to share the folder and enabled all the permissions. I don't seem to have a glue of what the problem might be Ps: I am sure the microsoft account password is correct

0 Answers
Related