Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoregon.edu!psgrain!usenet.eel.ufl.edu!spool.mu.edu!howland.reston.ans.net!nctuccca.edu.tw!news.cc.nctu.edu.tw!news.sinica!taob From: taob@gate.sinica.edu.tw (Brian Tao) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: NFS problems... Date: 7 Sep 1995 15:32:36 GMT Organization: Institute of Biomedical Sciences, Academia Sinica Lines: 29 Message-ID: <42n3ak$pd@gate.sinica.edu.tw> References: <42mu88$e8f@fu-berlin.de> NNTP-Posting-Host: @140.109.40.248 In article <42mu88$e8f@fu-berlin.de>, Gunther Schadow <gusw@zedat.fu-berlin.de> wrote: > >options MROUTING # Multicast routing You don't need this for an NFS client, but I suppose I can't hurt either. >mount -t nfs existing-host:/nfsdir /mnt > >I get the message: > >NFS Portmap: RPC: Program not registered This means existing-host does not have any NFS daemons registered with the portmapper. Make sure nfsd is running on the server... check by issuing a "rpcinfo -p existing-host". You should see something like this: % rpcinfo -p my-server program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100003 2 udp 2049 nfs 100003 2 tcp 2049 nfs Try "nfsd -t -u" if just plain "nfsd" doesn't seem to work. -- Brian ("Though this be madness, yet there is method in't") Tao taob@gate.sinica.edu.tw <-- work ........ play --> taob@io.org