LS1043ARDB NFS mounting error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LS1043ARDB NFS mounting error

跳至解决方案
1,549 次查看
byengsunyang
Contributor II

Hello,

On LS1043ARDB target board, I tried NFS mounting, but got the following error message.
"Root @ ls1043ardb: ~ # mount -t nfs -o nolock 192.168.22.110:/home/nfsdir /mnt/nfsdir
Mount: wrong fs type, bad option, bad superblock on 192.168.22.110:/home/nfsdir,
       Missing codepage or helper program, or other error
       (For several filesystems (eg 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."


Or,


"Root @ ls1043ardb: ~ # mount -t nfs 192.168.22.110:/home/nfsdir /mnt/nfsdir
Mount: wrong fs type, bad option, bad superblock on 192.168.22.110:/home/nfsdir,
       Missing codepage or helper program, or other error
       (For several filesystems (eg 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."

Host and target board settings were OK. The reason is that other boards (ex: raspberry chip board) were used for mounting. I want to hear a solution to this problem.

1 解答
1,268 次查看
alanwang
NXP Employee
NXP Employee

Please try using the following:

#busybox mount -t nfs -o nolock 192.168.22.110:/home/nfsdir /mnt/nfsdir

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,269 次查看
alanwang
NXP Employee
NXP Employee

Please try using the following:

#busybox mount -t nfs -o nolock 192.168.22.110:/home/nfsdir /mnt/nfsdir

0 项奖励
回复