Fazik83 Posted August 5, 2018 Posted August 5, 2018 Hello everyone, I have OrangePiPlus2E and I use Debian Jessie default 3.4.113-sun8i I was download and install Debian Stretch Next on second card and NFS don't work. I installed nfs-kernel-server and nfs-common. Next I copy exports file from older Debian and I can't connect to my Armbian via NFS protocol. Log file tell mi device trying connect, but I get answer from Armbian: can't get hostname. I don't know whad I did wrong. If I change CF card, NFS works fine on Debian Jessie. Could you help me? Regards
Fazik83 Posted August 14, 2018 Author Posted August 14, 2018 OK - I solved this myself - edit /etc/default/nfs-kernel-server Change: RPCNFSDCOUNT=8 to: RPCNFSDCOUNT="-V 2 8" And change: RPCMOUNTDOPTS="--manage-gids" to: RPCMOUNTDOPTS="-V 2 --manage-gids" then issue: sudo service nfs-kernel-server restart
Recommended Posts