Posts by Supperka1

    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

    here is my storage-elmo.mount stored in \Configfiles\system.d

    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

    Code
    \\192.168.1.10\media\Soubor

    some ideas how make it works?

    Hello, (libreelec 8.0.2)

    I'm using DOCKER with JDownloader2 container a I want set download directory on my flash disk, system mounted flash disk as var/media/KINGSTON

    Used JD CONTAINER from:

    Code
    https://github.com/jaymoulin/docker-jdownloaderhttps://github.com/jaymoulin/docker-jdownloader

    So I edit install scrip from : -v ~/Downloads:/root/Downloads on -v ~/var/media/KINGSTON :/root/Downloads

    Everything works fine and I could stored my downloads on flash disk, but after I reset system, JDownloader can download files but flash disk Is empty and JD2 saying all is 100% downloaded. After re-install, I can download on flash again till new reset. Is there anything what can help me?