4572.dvsdk-omapl138 nfs error.txt
hi,
I boot the linux from /dev/mtdblock4 of nandflash, and I can boot the linux from nfs filesystem after uboot booting. These two booting methods are ok!, So this can proof the NFS sever is ok. I start the kernel and jffs2 filesystem ok, but when I use the command under below:
"mount -o nolock -t nfs 192.168.6.103:/home/disk/dvsdkfs /mnt/fs" I got some errors below:
mount -o nolock -t nfs 192.168.6.103:/home/disk/dvsdkfs /mnt/fs
mount: wrong fs type, bad option, bad superblock on 192.168.6.103:/home/disk/dvsdkfs,
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
I used the package "arago-base-tisdk-image-da850-omapl138-evm.tar.gz " to make jffs2 fs. details in the file uploaded!
I don't know how to solve the problem, please give me hand ,thanks!