Hi,
i have mounted some network shares from other devices in libreelec. When then mount libreelec in my computer to copy files to the hard drive i also see that shares from other devices. Lets say the usb drive of my router is mounted to /var/media/router and i can access to the share with kodi. When i access from my pc to libreelec i also see my router.
Mounting my hard drives to my pc works, but i don't unterstand why. I assume this is realized with the [global] section in samba.conf. This is how this section looks on my machine.
Code
[global]
server string = LibreELEC
browseable = yes
writeable = yes
printable = no
deadtime = 30
mangled names = no
name resolve order = host bcast
printcap name = /dev/null
load printers = no
encrypt passwords = true
enable core files = no
passdb backend = smbpasswd
smb encrypt = disabled
map to guest = Bad User
guest account = root
security = user
socket options = TCP_NODELAY IPTOS_LOWDELAY
min receivefile size = 16384
aio read size = 16384
aio write size = 16384
use sendfile = yes
strict allocate = no
allocation roundup size = 0
Display More