Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 48386  / 2 Years ago, tue, may 3, 2022, 4:52:43

While trying to access a Windows network it shows:




Unable to access location, Failed to retrieve share list from server, No such file or directory




How to solve this, and connect with Windows shared folders?


More From » networking

 Answers
7

assuming you have installed samba,



on the command line, you can explicity list all shares on a given host with this command



smbclient -L <hostname> -U cashew 


-U is the username option



This command might be helpful, when nautilus might not list all hosts and shares that are in fact available.



Connect to a SMB share with



smbclient //server/share -U user


Enter you user password.



You can connect directly with



smbclient //server/share -U user%password


but your password will show on the screen (less secure).



Once connected you will get a prompt that looks like this :



> smb: >


Type "help" , without quotes, at the prompt for a list of available commands.


[#28213] Wednesday, May 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mentpengu

Total Points: 148
Total Questions: 114
Total Answers: 119

Location: Anguilla
Member since Sun, Aug 7, 2022
2 Years ago
;