CentOS mount QNAP NAS

#mount -t nfs 192.168.10.5:/Public /home/samba/nas
got error message
mount.nfs: Input/output error

Search on the google
#mount -t nfs 192.168.10.5:/Public /home/samba/nas -o nolock,udp

Solve the problem. 🙂