but your hint is correct only in one direction:
Sorry, I stopped reading further... ;-)
To be able to export and mount you target's /, enabling the kernel option is
needed but not enough.
You need the portmapper (portmap), NFS daemon (rpc.nfsd), NFS mount daemon
(rpc.mountd).
I'm not sure, but you may also need the remote quota server (rpc.rquotad).
Of course, you should have a valid /etc/exports file.
All this comes from the standard NFS control script.
Refers to the nfs-utils package (http://sourceforge.net/projects/nfs/)
in the script file 'etc/nodist/nfs-server'.
You can even use it directly to start the NFS server.
Regards,
--------------------------------------------
Jean-Denis Boyer, B.Eng., Technical Leader
Mediatrix Telecom Inc.
4229 Garlock Street
Sherbrooke (Québec)
J1L 2C8 CANADA
(819)829-8749 x241
--------------------------------------------
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
I need your help anymore:
< You need the portmapper (portmap), NFS daemon (rpc.nfsd), NFS mount daemon
< (rpc.mountd).
< All this comes from the standard NFS control script.
< Refers to the nfs-utils package (http://sourceforge.net/projects/nfs/)
< in the script file 'etc/nodist/nfs-server'.
I downloaded the nfs-utils-0.3.3.tar.gz, compiled for pc and used the
portmap daemon obtained this way on my Slackware 7.2 Linux box
(The executable file is quite double in dimensions respect the one
installed and temporarily substituted on my Linux box).
Everything works fine.
Then I cross-compiled it and, since I didn't well understand what to do
with the nfs-server script, I used nfsd and mountd found under
nfs-utils-0.3.3/utils/nfsd/ (.../utils/mountd/).
I transferred these three files on my target (TQM823L) via ftp, then:
# chmod 755 portmap // the same for nfsd and mountd
# ./portmap
# ps aux
I can see that portmap is suspended: I guess it is correctly waiting for
RPC calls and for other daemons (such as mountd and nfsd) to register.
But if I try to run mountd or nfsd (# ./mountd, for example) I get the same
errors as portmap wouldn't be running at all.
Why? What should I do anymore?
< I'm not sure, but you may also need the remote quota server (rpc.rquotad).
< Of course, you should have a valid /etc/exports file.
I didn't try quotad: if mountd and nfsd don't run maybe it wouldn't too...
< You can even use it directly to start the NFS server.
Can you explain me how?
Should I cross-compile it for my PowerPC platform, load it on the targe
and then run it?
Thank you very much for your patience.
Best regards
Piero Dominioni
R.S.R. srl
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/