Beiträge von replay111

    Hi!


    I've recently replaced my XPenology to OMV and I wanted to restore my NFS share for KODI. My linux machines are able to connect to shares but I have problems with KODI:



    mount -t nfs 192.168.10.15:/video /storage/balrog/video -o nolock


    and result is:


    mount: 192.168.10.15:/video failed, reason given by server: Permission denied
    mount: mounting 192.168.10.15:/video on /storage/balrog/video/ failed: Bad file descriptor




    Form OMV logs I have someting like this:


    Sep 2 18:41:27 balrog rpc.mountd[12143]: refused mount request from 192.168.10.25 for /video (/): not exported


    No idea what is going on....


    I tried to change command to:


    mount -t nfs 192.168.10.15:/export/video /storage/balrog/video/ -o nolock


    mount finish with success but folder is not accessible :/


    any idea? anyone has something similar? :D