LS1043ARDB NFS mounting error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LS1043ARDB NFS mounting error

ソリューションへジャンプ
1,936件の閲覧回数
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,655件の閲覧回数
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,656件の閲覧回数
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 件の賞賛
返信