Ubuntu 22.04: A Synology NAS SMB mount tested good with a Mac. A list of Samba share returned by MacOS Finder:
I would like to mount the SMB share:
sudo mount -t cifs //192.168.8.109/home -o username=****,password=****** /home/user/NAS_mount
however, an error is returned:
mount error(13): Permission denied
What is the starting point / questions / diagnostic to understand / resolve the error?