NFS Mount - addons, addon_data & database

  • Hello everyone, I have two Intel NUC here on which I installed Libreelec. So that I do not always have to install everything twice, I thought I try the whole thing with NFS mounts.

    I then set up NFS mounts from libreelec to my NAS.

    1. the following works

    Code
    [Mount]
    # The share we want to mount
    What=192.168.178.10:/volume1/private/kodi/sync/addons
    
    
    # Where we want to mount this share
    Where=/storage/.kodi/addons

    2. the following works

    Code
    [Mount]
    # The share we want to mount
    What=192.168.178.10:/volume1/private/kodi/sync/userdata/addon_data
    
    
    # Where we want to mount this share
    Where=/storage/.kodi/userdata/addon_data

    3. the following does not work

    Code
    [Mount]
    # The share we want to mount
    What=192.168.178.10:/volume1/private/kodi/sync/userdata/database
    
    
    # Where we want to mount this share
    Where=/storage/.kodi/userdata/Database

    At 3. libreelec starts, but only a mouse pointer appears.

    Do I have any chance to get it to work like this? Maybe someone has another idea?