NFS auto discovery

  • Hello world!

    I'm having an issue with NSF discovery. If I browse from Kodi to add a video source from a NFS share, no shared folders are seen.

    However, if I mount them manually, by adding a path where I manually type the entire nfs url, the source is added with success and the files are available as expected.

    Here is my /etc/exports:

    /exports/ 192.168.2.0/24(rw,fsid=root,no_subtree_check,nohide,insecure)
    /exports/Seriale 192.168.2.0/24(rw,sync,no_root_squash,no_all_squash,no_subtree_check)

    I have tried with several options combinations, like:

    • rw,no_subtree_check,nohide,insecure
    • rw,sync,no_root_squash,no_all_squash
    • rw,sync,no_root_squash,no_all_squash,no_subtree_check


    All the combinations come to the same result. The auto discovery of the shares doesn't work. I'm not sure at this point whether this is a problem from LibreElec or my NFS share.

    Useful information is the fact that I'm running the NFS service from this docker container. My configuration is the attached `docker-compose.yml` file.