I tried to set up SMB sharing between my window 10 machine and the vero as you see from the screenshot I messed up and now I cannot edit or delete this
Still I don’t know what to do with username and password because as said I’m logged in with a windows account and just unlock the machine with a pin at startup
created a user osmc gave it permission to read my media folder added everything to osmc but I still get " Connection time out error" I must be doing some really dumb mistake I imagine.
I never set up any local file sharing before.
All I have to do on win10 is right click the folder select properties -> sharing -> share and add the user osmc to the list and assign read permission correct ?
To be honest, haven’t tried myself, but yes I assume that should be good enough.
To avoid a possible issue I would recommend you try with the IP address instead of the name.
If also that is failing next suggestion is to jump to the command line to run some test commands.
Ah now I see it, you put the computer name into the shared folder.
The Computer name is reflected by the IP address already. So folder should only be \Media
Install smbclient sudo apt-get install smbclient
Run it with smbclient -U osmc -L 192.168.88.252 you should be asked for password after entering and then be shown the list of shared folders.
Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Remote Admin
C$ Disk Default share
D$ Disk Default share
F$ Disk Default share
G$ Disk Default share
H$ Disk Default share
I$ Disk Default share
IPC$ IPC Remote IPC
Media Disk
print$ Disk Printer Drivers
Torrent_Dump Disk
Connection to 192.168.88.252 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
NetBIOS over TCP disabled – no workgroup available
osmc@osmc-Ignatius:~$
The Torrent_dump map is what I try to access it should be the same as media