|
Hi, all,
I have problem in mouting nfs in my target board. My nfs server works very well, and I tested using other computer (no firewall problem). My linux kernel is 2.6.22, and nfs is included in the compilation.
when I mount it:
mount -t nfs 192.168.0.99:/.. /..
I got the error message:
mount: wrong fs type, bad option, bad superblock on 192.168.0.99:/home/rumi/nfsroot, 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
Some people said nfs-common package are required. But the thing is, I don't know how install it in target board (no Apt-get in linux kernel).
I don't use nfs for root, is it a problem?
Any suggestion is highly appreciated.
Rumi
|