Hirdetés

Keresés

Hirdetés

Új hozzászólás Aktív témák

  • toby_as

    tag

    válasz Indiant #83586 üzenetére

    szia
    Idezet a coreelec forumjarol kiegeszitve ahogy en csinaltam: (https://discourse.coreelec.org/t/how-to-setup-nfs-kernel-server/1124)

    ---install entware

    installentware

    -- install kernel nfs server

    -- modify exports file /opt/etc/exports

    /eleresi utvonal *(rw,no_root_squash,insecure,no_subtree_check,fsid=0,crossmnt)
    --- eleresi tvonal -- pl /var/media/filmek (ahova es amilyen neven a HDD csatolva van)

    Ezekrol a kapcsolokrol tobb info pl itt: https://linux.die.net/man/5/exports
    Nekem pl igy van:
    /var/media/filemk *(rw,no_root_squash,insecure,subtree_check,async,fsid=0)

    ---- modify start script /opt/etc/init.d/S57nfs-kernel-server :
    1) remove this 4 lines checking for portmap
    if
    [ -z "`pidof portmap`" ] ;
    then echo 'Error: portmap not started'
    exit 1
    fi

    2) remove , add and increase number of threads from 1 to 8

    rpc.nfsd --no-nfs-version 4 --udp 8
    rpc.mountd --no-nfs-version 4

    ---start nfs server

    /opt/etc/init.d/S57nfs-kernel-server start

    [ Szerkesztve ]

Új hozzászólás Aktív témák