I have a DNS 323 NAS and set up the SMB Share. I've tested the access on Windows, so it working. It connected, and asked for login and password, and showed the files.
But I cannot access the SMB using my Ubuntu 20.04.1 LTS in which I'm using KDE as the desktop.
The Dolphin solution cannot connect, even I've written
smb://user@192.168.1.1/on the location.I've tested with smb_client, as suggested here
$ smbclient -L //192.168.1.1 protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTEDAlso tested the
cifssuggestion did not work, either.$sudo mount -t cifs -o username=user //192.168.1.1 /media/NAS/ mount: /media/NAS: special device //192.168.1.1/ does not exist.
Is there something that I'm missing so that I can connect to my NAS using my Linux machine?