Samba automount with system.d

  • With the last update you need to add a version to the mount file

    the mount server is windows 2012 r2 so that should be 3.02

    but it still wont'work

    is there anything wrong with the file ?

    It Always worked liked a charm before


    (code=exited, status=255)


  • Can you access the network share if you add as source trough Kodi?

    You might need to change the settings in Libreelec addon-services-minimum/maximum supported protocol

    This is an example of a mount I m using which mounts 2 libreelec machines

    [Unit]

    Description=cifs mount script

    Requires=network-online.service

    After=network-online.service

    Before=kodi.service

    [Mount]

    What=//192.168.0.4/usb_64

    Where=/storage/64gbmount

    Options=username=libreelec,password=libreelec,vers=2.1

    Type=cifs

    [Install]

    WantedBy=multi-user.target