Cannot connect to SAMBA shares drive after update to Catalina

catalinaNetworksmb

I have a raspberry pi 4b running raspbian buster lite, connected to this I have a 1TB HDD, on Mojave I was able to connect to the network folder and access the files on it, however with the new Catalina update I get this when I try to access it (I can still see it) "The operation can’t be completed because the original item for “RASPBERRY FOLDER” can’t be found."
Is there any way to fix this or connect to the folder/files a different way?

Best Answer

Turn off packet signing for SMB 2 and SMB 3 connections as described in https://support.apple.com/en-gb/HT205926:

  • Edit /etc/nsmb.conf (create it if necessary)
  • Add

    [default]
    signing_required=no
    
  • Save file
  • Reconnect SMB shares (or reboot your Mac)