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

Reply via email to