OMV3 NFS is not running

  • set up a NFS Server on my Openmediavault3 Server, but I can't get a connection from my Proxmox-Server.



    /etc/export of the OMV3 Server is:
    /export/PoolBackup 192.168.0.0/24(fsid=1,rw,subtree_check,secure,no_root_squash)
    /export/Test 192.168.0.0/24(fsid=2,rw,subtree_check,secure,no_root_squash)
    # NFSv4 - pseudo filesystem root
    /export 192.168.0.0/24(ro,fsid=0,root_squash,no_subtree_check,hide)



    Proxmox:
    /etc/pve/storage.cfg content:
    nfs: NFSTest1
    server 192.168.0.108
    export /export/PoolBackup/
    path /mnt/pve/NFS
    options vers=3
    maxfiles 5
    content vztmpl,images,rootdir,backup



    showmount -e 192.168.0.108
    clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)


    rpcinfo -p
    rpcinfo: can't contact portmapper: RPC: Remote system error - No such file or directory


    had restarted rpcbind often...


    nfs-kernel-server[6518]: Not starting: portmapper is not running ... (warning).


    where is the error?

  • I had this problem as well. This fixed it for me:


    • Check to see if you have a file /sbin/start-stop-daemon.REAL
    • If you do:

      • mv /sbin/start-stop-daemon.REAL /sbin/start-stop-daemon

    Supposedly this should be done after the OS installation, but for some reason it is not triggered.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!