snippets:rpi:start
Dies ist eine alte Version des Dokuments!
Raspberry Pi
NFS (Dlink DNS-320)
- NAS → Management → Application Management → NFS Service → Enable…
- NAS → Management → Account Management → Network Shares → New…
- All Accounts
- Read / Write
- Map Archive
- NFS
- IP of Client / Write
- check NFS from Client
rpcinfo -p $IP | grep nfs
- If this command doesn't show any output than toggle the option from step 1 a few times…
- request NFS shares
showmount -e $IP
- 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
