Re: NFS simple question
On Wed, 30 Sep 1998, Paulo Henrique Baptista de Oliveira wrote:
> Hi Debian users,
> I'm trying to setup a NFS server(machine 10.0.0.132) and a client(10.0.1.222). I read the NFS-HOWTO:
> I wrote in /etc/exports at 10.0.0.132(Server) the line:
> /home 10.0.1.222(rw)
> Then I add the line in /etc/fstab at 10.0.1.222(Client):
> 10.0.0.132:/home /home nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
> And used the comand mount -a in 10.0.1.222 and the error was:
> mount: RPC: Program not registered
> and the NFS-HOWTO says the this error was caused because neither nfsd or mountd was running on the server, but:
>
> ps aux | grep nfs
> gives the answer:
> root 30 0.0 0.0 0 0 ? SW 05:58 0:00 (nfsiod)
> root 31 0.0 0.0 0 0 ? SW 05:58 0:00 (nfsiod)
> root 32 0.0 0.0 0 0 ? SW 05:58 0:00 (nfsiod)
> root 33 0.0 0.0 0 0 ? SW 05:58 0:00 (nfsiod)
>
> and ps aux | grep mount
> gives no answer.
> What I did wrong?
> TIA and have a nice day, Paulo Henrique
>
We already had this kind of "problem", but I believe the answer is
quite simple: try restarting the 'nfs daemon' on '/etc/init.d'. I \t
should suffice.
Daniel.
_______________________________________________________________________
Daniel Doro Ferrante email: danieldf@fma.if.usp.br
Network & System Administrator & danieldf@ime.usp.br
WebMaster danieldf@lnx00.cecm.usp.br
http://www.cecm.usp.br/~danieldf
CECM - Curso de Ciências Moleculares - USP
Course of Molecular Sciences - University of São Paulo - Brazil
Reply to: