Benutzer-Werkzeuge

Webseiten-Werkzeuge


snippets:rpi:start

Dies ist eine alte Version des Dokuments!


Raspberry Pi

  1. NAS → Management → Application Management → NFS Service → Enable…
  2. NAS → Management → Account Management → Network Shares → New…
    1. All Accounts
    2. Read / Write
    3. Map Archive
    4. NFS
    5. IP of Client / Write
  3. check NFS from Client
    rpcinfo -p $IP | grep nfs
    1. If this command doesn't show any output than toggle the option from step 1 a few times…
  4. request NFS shares
    showmount -e $IP
  5. mount with fstab
    $IPofNAS:/mnt/HD/HD_a2/Test          /backup-nas     nfs     rw,hard,intr,nolock,noatime,noexec,rsize=8192,wsize=8192,timeo=14       0       0
snippets/rpi/start.1394301825.txt.gz · Zuletzt geändert: von benh