Re: Howto install and run nfsd/mountd
Great - it works.
After one year playing with Linux I still feel like a school-pupil when I
see real "teachers" like you.
Thanks Sara
> saraabraham@gmx.net wrote:
> >
> > Thanks for your fast help - your answer was faster than I got my
> question
> > back from the list :-)
> >
> > I think I need nfs-server - I installed it, but still I didn't get an
> > nfsd-entry (at rpcinfo -p).
> >
> > Mounting the server (mount -t nfs server:/ /mnt) still shows: mount:
> RPC:
> > Program not registered.
>
> I have tried installing nfs-server on a potato box and it seems that it
> refuses to start if there is no /etc/exports. Try creating a dummy
> /etc/exports and restart nfs-server:
>
> # cat <<EOF > /etc/exports
> > /tmp 1.2.3.4(ro)
> > EOF
> # /etc/init.d/nfs-server stop
> # /etc/init.d/nfs-server start
> # rpcinfo -p
> program vers proto port
> 100000 2 tcp 111 portmapper
> 100000 2 udp 111 portmapper
> 100007 2 udp 1007 ypbind
> 100007 1 udp 1007 ypbind
> 100007 2 tcp 1010 ypbind
> 100007 1 tcp 1010 ypbind
> 100024 1 udp 690 status
> 100024 1 tcp 692 status
> 100003 2 udp 2049 nfs
> 100003 2 tcp 2049 nfs
> 100005 1 udp 700 mountd
> 100005 2 udp 700 mountd
> 100005 1 tcp 703 mountd
> 100005 2 tcp 703 mountd
>
>
> HTH
> --
> ////
> (@ @)
> ---------------------------oOO----(_)----OOo------------------------
> Los pecados de los tres mundos desapareceran conmigo.
> Alexis Roda - Universitat Rovira i Virgili - Reus, Tarragona (Spain)
> --------------------------------------------------------------------
>
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
Reply to: