Hey guys,
I'm not able to mount a network share using my LibreELEC 8.
I have Apple Time Capsule successfully mounted a few weeks before and now I'm not able to mount it. Here's the script I used:
[Unit]
Description=TimeCapsule Mount Script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.0.100/Data
Where=/storage/timecapsule
Options=username=zzlatev,password=password,sec=ntlm,vers=1.0
Type=cifs
[Install]
WantedBy=multi-user.target
Here's the latest log file generated by the following method:
journalctl -b 0 --no-pager | paste
Can you please help me? Thanks in advance!