I'm trying to set up an NFS server on my MPC5200 target. I selected:
Package List ---> nfs-utils
Kernel configuration
FileSystems ---> Network file systems
<*>NFS file system support
<*>NFS server support
[*]NFS server support for NFS bersion 3 (also tried 4)
What should start up any needed daemons? Do I need to put something in /etc/rc.d/init.d/?
These commands are available: rpc.mountd rpc.nfsd rpc.statd rpcdebug, but the only daemon that comes up running is: rpciod/0.
I put the following line in /etc/exports:
/hd 195.1.1.75(rw,sync,no_subtree_check)
I ran exportfs -ra. It runs with no complaints.
Running showmount gives the following:
address@hidden root]# showmount localhost
portmap getport: RPC: Success
Then from the host, I try to mount the target share like this:
sudo mount -t nfs 195.1.1.73:/hd /dfr
This fails.
I'd sure appreciate any ideas/help!
As always, much thanks!
Todd
ltib 10.1.1 ($Revision: 1.68 $) on Ubuntu 10.04 host, MPC5200 target