I updated my OpelELEC to LibreELEC and most of it works great.
I use a NUC, and I mount some external disks from the network with a script at autostart.
Code
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
span.s1 {font-variant-ligatures: no-common-ligatures}#nas mountsmkdir -p /media/hdd1/mkdir -p /media/hdd2/mkdir -p /media/hdd3/mkdir -p /media/hdd4/mkdir -p /media/hdd5/mkdir -p /media/hdd6/mount -t cifs -o username=user,rw //192.168.0.103/hdd1 /media/hdd1/mount -t cifs -o username=user,rw //192.168.0.103/hdd2 /media/hdd2/mount -t cifs -o username=user,rw //192.168.0.103/hdd3 /media/hdd3/mount -t cifs -o username=user,rw //192.168.0.103/hdd4 /media/hdd4/mount -t cifs -o username=user,rw //192.168.0.188/disk1 /media/hdd5/mount -t cifs -o username=user,rw //192.168.0.188/disk2 /media/hdd6/
That works great, but the problem is when I reboot. Even if I reboot from Kodi, or via SSH with "reboot", I get a screen on the TV with some OK's, but some failer messages about problem unmounting some of the disk.
I've never seen this problem before, and I wonder if someone can help me with something I can do to try to solve this problem..
Thanks.
/Söder