following the guide here for Samba mountiong in Libreelec:
Mount Network Share - LibreELEC.wiki
I created the file at /storage/.config/system.d/storage-recordings.mount as directed
Code
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//10.0.0.250/xmltv
Where=/storage/.kodi/userdata/addon_data/script.module.zap2epg
Options=username=xmltv,password=xmltv,rw,vers=2.1
Type=cifs
[Install]
WantedBy=multi-user.target
Display More
I have tried different Samba version numbers as described in the Samba docs too
When I run "systemctl status storage-recordings.mount" , I see the error
Code
● storage-recordings.mount - cifs mount script
Loaded: bad-setting (Reason: Unit storage-recordings.mount has a bad unit file setting.)
Active: inactive (dead)
Where: /storage/.kodi/userdata/addon_data/script.module.zap2epg
What: //10.0.0.250/xmltv
I can mount that IP and share from Windows changing out the slashes for backslashes and the directory is also valid.
Is it possible that the system is trying to mount the SMB share before /storage is mounted?
Otherwise as the share is from a raspberry Pi I guess I might as well try NFS.
_-----------------update-------------------------
Just tried NFS and same error.