Failed to open "Windows Network"

Issues related to applications and software problems and general support
Post Reply
lattimro
Posts: 28
Joined: 2021/06/14 13:38:19

Failed to open "Windows Network"

Post by lattimro » 2021/08/25 00:26:46

Hey Everyone,

I am wondering if the all the necessary packages were installed because I CAN access the shared resource by entering

Code: Select all

smb://local_ip_address/
or

Code: Select all

 smb://remote_ip_address/
But when I tried to browse my <windows network> on a local machine I received the following error:
Failed to open "Windows Network"
Failed to retrieve share list from server: No such file or directory
smbtree

Code: Select all

smbc_opendir: No such file or directory
update:
smbtree
no output

smbclient -L centos

Code: Select all

Enter GATTACA\brad's password: 
Anonymous login successful

	Sharename       Type      Comment
	---------       ----      -------
	home            Disk      Home Directories
	print$          Disk      Printer Drivers
	Anonymous       Disk      Anonymous File Server Share
	Secure          Disk      Secure File Server Share
	brad            Disk      brad's folder
	IPC$            IPC       IPC Service (Samba 4.14.5)
SMB1 disabled -- no workgroup available
--list installed:

Code: Select all

cifs-utils.x86_64                                  6.8-3.el8                                     @baseos                                       
gvfs.x86_64                                        1.36.2-11.el8                                 @appstream                                    
gvfs-afc.x86_64                                    1.36.2-11.el8                                 @appstream                                    
gvfs-afp.x86_64                                    1.36.2-11.el8                                 @appstream                                    
gvfs-archive.x86_64                                1.36.2-11.el8                                 @appstream                                    
gvfs-client.x86_64                                 1.36.2-11.el8                                 @appstream                                    
gvfs-fuse.x86_64                                   1.36.2-11.el8                                 @appstream                                    
gvfs-goa.x86_64                                    1.36.2-11.el8                                 @appstream                                    
gvfs-gphoto2.x86_64                                1.36.2-11.el8                                 @appstream                                    
gvfs-mtp.x86_64                                    1.36.2-11.el8                                 @appstream                                    
gvfs-smb.x86_64                                    1.36.2-11.el8                                 @appstream               
Any hints would be much appreciated. Thanks!

Post Reply