Hello,
i'm trying to set up network shares in libreelec 8.9
I follow the instructions from
Mounting network shares [LibreELEC.wiki]
1)I created folder in storage/elmo
2)I found path to network folder in \\192.168.1.10\media\Soubor (i can operate with that folder through samba) it is another MMC
3)then i made storage-elmo.mount
4) Then enable mount : systemctl enable storage-recordings.mount
Error mesg. afrer I rebooted my system
Code
● storage-elmo.mount - cifs mount script
Loaded: loaded (/storage/.config/system.d/storage-elmo.mount; enabled; vendor
Active: failed (Result: exit-code) since Tue 2018-11-27 07:01:13 UTC; 8s ago
Where: /storage/elmo
What: //192.168.1.10/media/Soubor
Nov 27 07:01:13 LibreELEC systemd[1]: Mounting cifs mount script...
Nov 27 07:01:13 LibreELEC mount[1007]: mount: mounting //192.168.1.10/media/Soub
Nov 27 07:01:13 LibreELEC systemd[1]: storage-elmo.mount: Mount process exited,
Nov 27 07:01:13 LibreELEC systemd[1]: storage-elmo.mount: Failed with result 'ex
Nov 27 07:01:13 LibreELEC systemd[1]: Failed to mount cifs mount script.
Display More
here is my storage-elmo.mount stored in \Configfiles\system.d
Code
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.1.10/media/Soubor
Where=/storage/elmo
Options=
Type=cifs
[Install]
WantedBy=multi-user.target
Display More
I tried Options set up like : rw ; vers=2.1 but same errors
if i put adress in explorer i can easily go to disare folder
some ideas how make it works?