This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3894开发板通过NFS挂载宿主机目录出错



宿主机:开发套件光盘安装的Ubuntu10.04系统,sourcery g++和EZSDK都安装成功,mount自己可以成功,可以通过ping命令PING通目标机,防火墙关闭,NFS服务已打开

目标机:TI的AM894开发板,SD卡启动后,在超级终端以ROOT的用户名登陆,mount宿主机的共享目录时提示以下信息:

wrong fs type, bad option, bad superblock on 10.2.10.126:/1,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail  or so

基本都是按EZSDK安装后的DOC文件夹下的软件开发人员手册来操作的,不知道为什么出现这个提示?谢谢!