10

I keep getting "failed to retrieve share list from server: No Such File or directory" when I try viewing my shared files in Ubuntu 13.04 and they were all working fine until the upgrade! Help!

Braiam
  • 67,791
  • 32
  • 179
  • 269

2 Answers2

5

Well, first install samba smb from package manager. And open nautilus, choose connect to server from files. In the box that'll sow up, write your Windows machine IP in Server box, choose any port (21 by default) and from the drop down list that is Public FTP by default, choose Windows Share, some other input boxes will show up, but don't mind them and don't change anything, just press connect and there you have it.

Jack Mayerz
  • 1,669
  • 2
    Also worked for me, with some obvious modifications, at a two computers with Ubuntu 13.04 network, that strangely was insisting in not to work. The only difference is that in the address textbox you must enter smb://0.0.0.0 (replacing the zeros by the machine's IP). Thank you so much, Jack Mayerz. –  Sep 01 '13 at 23:31
  • 2
    Given a failure to be able to browse windows shares, it's certainly useful to know how to connect to a share that exists despite not being able to see it, but it's not an answer to the problem of how to get browsing of windows network shares to work. – mc0e Apr 08 '14 at 05:05
0

Just a side note here:

Since Ubuntu version 17.10, the minimun version of the CIFS/samba protocol has been changed for security and performance reasons. Unfortunately, that breaks the network browsing function (which requieres version 1).

Taken from a discussion in Ubuntu Mate Forum.

And it hasn't been fixed yet, at least on Ubuntu 18.04 LTS.