*BSD News Article 76331


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.hawaii.edu!ames!enews.sgi.com!news.mathworks.com!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news
From: j@uriah.heep.sax.de (J Wunsch)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: mount nfs message
Date: 17 Aug 1996 12:20:48 GMT
Organization: Private BSD site, Dresden
Lines: 27
Message-ID: <4v4df0$au3@uriah.heep.sax.de>
References: <3211E742.41C67EA6@cyvox.net.au>
Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
NNTP-Posting-Host: localhost.heep.sax.de
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Newsreader: knews 0.9.6
X-Phone: +49-351-2012 669
X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F  93 21 E0 7D F9 12 D6 4E

Alek Argirov <a@cyvox.net.au> wrote:

> when I try to mount an nfs file system I get the recurring message:
> 
> 	NFS Portmap: RPC: Progam not registered
> 
> What does this mean?

That your supposed-to-be server is not an NFS server, it misses
crucial services like mountd or nfsd (or however they are being called
on your server platform).

Try `rpcinfo -p <your server>', you should see these entries (among
others):

   program vers proto   port
    100005    1   udp    687  mountd
    100005    1   tcp    688  mountd
    100003    2   udp   2049  nfs
    100003    2   tcp   2049  nfs

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)