You are not logged in.
Hi all,
I've recently become unable to view any of the SMB shares hosted by my Synology NAS in Dolphin. I've tried with hostname and ip address but i get "The the file or folder smb://[address]/ does not exist". I can browse shares hosted by my windows 11 machine without issue. And manual mounting of the shares works as well.
Trying to browse the share using
kioclient exec smb://addressgives me the following error message:
(kf.service.services) unknown: KApplicationTrader: mimeType "x-scheme-handler/smb" not foundI have installed updates on my arch system and the Synology since the last time I tried to access my NAS so either could be the issue, but I figured that I'd start here.
Any ideas?
Offline
pacman -Qs kioThere'd be https://bbs.archlinux.org/viewtopic.php?id=275262 (but affects cifs as well) and https://bugs.archlinux.org/task/74259 (what doesn't seem to fit "can browse shares hosted by my windows 11")
Can you
kioclient cp smb://server/share/path/to/actual.file .?
Offline
No dice I'm afraid.
Offline
Please post the requested output for "pacman -Qs kio".
And also the error message for the kioclient cp attempt, https://bbs.archlinux.org/viewtopic.php?id=57855
Offline
Output of "pacman -Qs kio":
local/kio 5.92.0-1 (kf5)
Resource and network access abstraction
local/kio-extras 21.12.3-1 (kde-applications kde-network)
Additional components to increase the functionality of KIO
local/kio-fuse 5.0.1-1
FUSE interface for KIOOutput of kioclient cp attempt:
"/home/user/1on1gov.zip"
"/home/user/1on1gov.zip.part"
kioclient: The file or folder smb://server.tld/ROMs/Arcade/1on1gov.zip does not existOffline
Can you when passing username (and password) for the share?
kioclient cp smb://umaxtu:supersecretpassword@server.tld/ROMs/Arcade/1on1gov.zip .(kio is up to date and hasn't seen an update since a month, what has been updated recently is samba what caused the nautilus problem and https://bbs.archlinux.org/viewtopic.php … 2#p2029442 actually confirms that it's the user handling. Did "no dice" imply that you've tried downgrading samba?)
Offline
Can you when passing username (and password) for the share?
kioclient cp smb://umaxtu:supersecretpassword@server.tld/ROMs/Arcade/1on1gov.zip .(kio is up to date and hasn't seen an update since a month, what has been updated recently is samba what caused the nautilus problem and https://bbs.archlinux.org/viewtopic.php … 2#p2029442 actually confirms that it's the user handling. Did "no dice" imply that you've tried downgrading samba?)
Manually specifying the password works! I did try to downgrade samba but I would have to downgrade half of my system to do so since I'm getting an unknown TPM error when I try to boot any of my snapshots. Thats an issue for another day though.
Thank you for your help!
Offline
So kio runs into the same issue as gio, https://bugs.kde.org/enter_bug.cgi?prod … nent=Samba
Offline