At the moment I am unable to connect to a windows file share.
Environment
- System: Ubuntu 18.04.2 LTS
- Mount point is accessible from windows client
I tried via GUI / Files like in the Ubuntu documentation: Browse files on a server or network share:
Files -> Other Location -> enter smb://serverIp/shareName
(The Timeout happens immediately ! )
In the terminal it looks like this:
sudo mount -v -r -t cifs -o username=domain/user,password=myPw //123.123.123.123/share /media/user/share/
mount: /media/user/share/: cannot mount //123.123.123.123/share read-only.
How to debug / fix this?