Hello all,
I must admit that I’m a bit surprised by the fact that my search for similar questions yielded almost no results. Looks like the following task is obvious to everybody but me.
Here’s the question:
How can I browse and access folders shared by Windows computers in my network using Thunar?
At a first glance, it seems to be rather clear - just choose “Browse Network”. Unfortunately, this only lists my Linux computer (the one I am writing this post on) and one other non-Windows host.
Neither my router which offers a SMB share, nor any of my Windows computers is shown there.
One interesting thing is that “Browse Network” changes the entry in Thunar’s address bar to network:///
instead of smb://
as you could expect from some tutorials on the net.
If I try to edit that network:///
entry to point to one of the other computer’s IP address, such as network://192.168.178.29/
, Thunar becomes entirely unresponsive (hangs).
If I enter smb://192.168.178.29
instead as per instructions found in tutorials, simply nothing happens.
As I read somewhere that gvfs
and the gvfs-smb
backend are required, I made sure they are installed:
$ pacman -Qs gvfs
local/gvfs 1.50.2-1 (gnome)
Virtual filesystem implementation for GIO
local/gvfs-smb 1.50.2-1 (gnome)
Virtual filesystem implementation for GIO (SMB/CIFS backend; Windows client)
As I can connect to the Windows computer using smbclient "//192.168.178.29/"
without problems, I assume that at least the samba
configuration should be OK.
Sharing folders from the Linux box to the Windows computers works as well.
What am I missing or overlooking? Any help would be greatly appreciated. Thanks in advance.