LS1043ARDB NFS mounting error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1043ARDB NFS mounting error

Jump to solution
950 Views
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 Solution
669 Views
alanwang
NXP Employee
NXP Employee

Please try using the following:

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

View solution in original post

0 Kudos
1 Reply
670 Views
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 Kudos