Hi there
I tried swapping the sharename for the IP address of the Nas, in the fstab and the /media/ directory
//192.168.#.###/Share_4 /media/192.168.#.###_Share_4 cifs username=plex,password=plex,vers=1.0,file_mode=0777,dir_mode=0777 0 0
result > same issue, either "Permission Denied" or "cannot retrieve list of shares" in the file manager.
I tested various permutations of the commend in the "Connect to Server" box of the file manager (Nautilus) to clarify the slash and case conditions.
smb://ls220d21e/share_4/ - lowercase > worked
smb://LS220D21E/Share_4/ - Uppercase > worked (Nautilus change the name to lowercase automatically)
smb://ls220d21e\share_4/ - lowercase > no go
smb://LS220D21E\Share_4/ - Uppercase > no go
So the share name format is definitely:
smb://mount-name/share-name/ >regardless of the character case.
When used in terminal mount command:
zcdadmin@zcdadmin-HP-Z210-Workstation:~$ mount /media/ls220d21e_Share_4
mount: /media/ls220d21e_Share_4: can't find in /etc/fstab.
zcdadmin@zcdadmin-HP-Z210-Workstation:~$ mount /media/LS220D21E_Share_4
mount.cifs: permission denied
So the share name format for my fstab file is definitely the second format:
//"MOUNT-POINT in UPPERCASE/share-name is exact shared folder name
and it seems to me that the issue I have is a permissions issue.
I might try setting the Nas to use DHCP, instead of static IP's.!!!?
cheers CD