Hello:
I'm running Debian Sid with Plasma 5.24.4 desktop. I have also installed Samba 4.16.1. Since several years ago I access to some shared folders via Samba in my work using a Plasma window as
Code:
smb://user@server/folder
Last time I connected was around two months ago, but today the method does not work and I obtain the message
Code:
El file or folder smb://user@server/folder does not exist
But if I try to connect via command line as
Code:
mount.cifs //server/folder /mounting/point -o vers=3.0,username=user,domain=domain,dir_mode=0777,file_mode=0777,iocharset=utf8
all works fine.
Have anyone had a similar problem?