Windows doesn’t see my OSMC smb network share at all. I prefer to use SSH to create an SMB share of a mounted external drive in OSMC. Installing went fine. However, Windows doesn’t see anything and can’t access \\osmc or \\192…
I’m not sure if the shares work at all though if I try to access \\192… from Windows Explorer, it fails immediately instead of waiting for a while. Does anyone know how to troubleshoot this?
Short summary of what I did:
installing: sudo su apt-get update apt-get install smb-app-osmc
Why did you went this way and not just added your shares to smb-shares.conf?
Can you share you smb-local.conf?
What is systemctl status samba giving?
Install smbclient sudo apt-get install smbclient and run smbclient -L localhost
What happens if you type \\<IP of OSMC> into the address line if your windows explorer?
Thanks for your quick reply! I did it this way because that’s how I read it on the internet. I did add a share to smb-shares.conf afterwards but it didn’t change much.
Somehow it doesn’t though. Is that a Windows issue? I did reboot Windows too.
Renaming the smb-local.conf file and restarting samba doesn’t make a difference.
I already tried \\<IP of OSMC>. That’s what I meant with \192… in my first post. It immediately gives an unexpected error. Diagnose doesn’t find a thing (of course)
Some old (2015 | 2016) forum posts say you need to disable SMBv2 or SMBv3 on Windows. Do you know something about that?
Thanks. I was just reading and got a friend bringing another laptop. On the same wifi and WORKGROUP, he was able to connect to open the OSMC share. It wasn’t discovered automatically but it was accessible. So, the issue lies in my Windows computer. Both computers only use Windows Defender, so I’m not sure yet where to look.
Note that this is * NOT* a 1903 issue… it’s the effect of turning off SMB1 by default due to very legitimate security concerns.
I could be wrong but 1903 appears to have introduced an SMB Direct ‘Feature’ (enabled by default) but this has done little to mitigate the effect of a reduced network view by default.