开发板为SBC2440,vivi,kernel,root分别下载的是光盘images目录中的sbc_vivi,zImage_dm9000_s35,root_default.img.上位机NFS服务已开启,/etc/exports设置为:/opt/nfsdir *(rw,sync,no_root_squash),上位机上检验服务已启动:# mount -t nfs 192.168.1.108:/opt/nfsdir /mnt/, /mnt与/opt/nfsdir中内容一致,但在目标板中:#mount –t nfs –o nolock 192.168.1.108:/opt/nfsdir /mnt却显示:Mounting 192.168.1.108:/opt/nfsdir on /mnt/ failed: Invalid argument,整了两天也没整明白,望高手指点