Hi all,
I have lost the ability to map to my SMB share via autostart.sh after the 8.1.2 release. I have read the release notes, but I'm missing something, I'm too dumb, or both.
Autostart.sh returns a message saying host is down. The autostart.sh contains:
#!/bin/sh
(sleep 5;
mount -t cifs -o username=username,password=password //ipaddress/Public/Complete/TV /storage/TV;
)&
The share is on a seagate central drive. I have adjusted the SMB min and max in libreelec to be 1 and 3 respectively.
I havent made any changes to samba.conf.sample, do i need to?
Thanks in advance.