<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 10 Jul 2020 at 11:40, D. Hugh Redelmeier via talk <<a href="mailto:talk@gtalug.org">talk@gtalug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">We have an old IOmega Home Media Server, Cloud Edition NAS.<br>
<br>
It's just a single external 3.5" HDD with a little ARM board to turn it <br>
into a NAS.  This is so old that the company has changed a few times:<br>
        EMC bought IOmega<br>
        Dell bought EMC<br>
        Lenovo bought (parts of?) EMC from Dell<br>
Perhaps I've missed some steps.<br>
<br>
Since I updated our desktops Fedora 31, Nautilus (AKA "Files") on the<br>
Gnome desktop could not see it.<br>
<br>
To fix this took a bit of discovery.  Eventually I added a line to<br>
/etc/samba/smb.conf.  In the [global] section:<br>
<br>
        client min protocol = NT1<br>
<br>
This isn't a great thing from a security standpoint but it's no worse<br>
than before the Fedora update.<br>
<br>
This is surely obvious to any experienced Samba user, but I'm not one.<br>
My only use of Samba is to access our NASes throuh Nautilus.<br><br></blockquote><div><br></div><div> Setting "client min protocol = NT1" is indeed a bad, bad idea from the security standpoint.</div><div><br></div><div>Check out this article: <a href="https://www.ixsystems.com/community/resources/how-to-kill-off-smb1-netbios-wins-and-still-have-windows-network-neighbourhood-better-than-ever.106/">https://www.ixsystems.com/community/resources/how-to-kill-off-smb1-netbios-wins-and-still-have-windows-network-neighbourhood-better-than-ever.106/</a></div><div>The approach described in this article worked to fix the same or very similar problem in my case, and it might help you with your problem too.</div><div><br></div></div></div>