Ok, so in the Administrator Command Prompt (the path c:\Windows\system32 tells us you’ve managed to open the CMD as Administrator), what happens if you invoke
net use p: \\192.168.2.123\osmc /user:osmc
replace P: with a drive letter not used?
I expect that you’re asked to enter a password, again. Hope you have reset the osmc password on the Vero using sudo smbpasswd osmc back to osmc.
I hadn’t changed the smb password (only the SSH password) but I ran through the motions and set it again as osmc, using the sudo command you suggested. And then, this …
and paste the output in https://paste.osmc.tv/ (by clicking the Save Icon you see a new URL in the browser’s URL field. This is the one you can paste here.)
Wow quite a few things happened since I last opened this thread.
So if I get it correct: net view \\192.168.2.123 is working and shows the two shares of the OSMC box, correct? net use p: \\192.168.2.123\osmc /user:osmc gives you “password is not correct”
I am not sure if we really get here to anything, especially as the trigger for the issue is not clear but I would suggest two tests:
As you seem to also have a Openelec machine running can you still access that from the Win10 PC? Also can you from the Openelec machine access the Samba Share on the Vero?
Try to increase the min protocol on the Vero server: sudo systemctl stop samba sudo nano /etc/samba/smb-local.conf
than add this line server min protocol = SMB2_10 sudo systemctl start samba
Morning @JimKnopf I tried that last night, and again this morning. cmd reports it was successful, but rerunning net use shows the IPC$ is still active.
Yes, I was able to access the Openelec machine from Windows. I didn’t have chance to check if I could access the Vero from Openelec - will do that this evening, if the following is of no use …
Did as suggested, but on restart of samba I encountered all sorts of errors. I’ve copied the responses I got back in the SSH window, and it looks like the Samba service could be at fault?
This is now strange as it was working before.
So first maybe undo your current change and try again sudo systemctl stop samba sudo rm /etc/samba/smb-local.conf sudo systemctl start samba
Ok seems we need to do some testing how to put it into smb-local.conf.
For now do: sudo systemctl stop samba sudo rm /etc/samba/smb-local.conf sudo nano /etc/samba/smb.conf
than add this line server min protocol = SMB2_10 into the [GLOBAL] category sudo systemctl start samba
No joy, I’m afraid. Followed your suggestions, still seeing the same error message in Windows Explorer, and when trying to map the folder using cmd I’m still seeing error message: System error 86 has occurred. The specified network password is not correct.
I was able to successfully remove the \IPC$, but still the same issue. and \IPC$ returns every time I try and login using Explorer.
I also tried browsing from an openelec device on the same network. Browsing to the \vero4k\ and manually browsing to \192.168.2.123\osmc both gave ‘Error. Connection Timed Out’ (displayed almost instantly, whereas I was able to browse to all other devices on the network from the openelec device).
Hey Sam. I guess so, but it was working fine just a few days ago so I would also guess that you wouldn’t run into the same issues.
I can access smb shares on my NAS from Vero 4K no issue. I can access fstab smb shares from Vero 4K no issue.
The only thing I can’t do is browse into the osmc folder from Windows SMB (and now also proven that I’m facing the same issue when trying to browse to the same folder from another kodi (openelec) device on the same network.
Without doing too much scrolling - have you yet tried re-installing samba server? I don’t know if removing from the AppStore does a deep clean but sudo apt-get remove --purge should do it, followed by a check on any smb.conf files.