Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!news.sprintlink.net!news-peer.sprintlink.net!news.minn.net!visi.com!dimensional.com!nova.dimensional.com!not-for-mail From: mfuhr@dimensional.com (Michael Fuhr) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Cannot MNT RPC: RPC: Program not registered Date: 9 Mar 1997 14:47:35 -0700 Organization: Dimensional Communications Lines: 29 Message-ID: <5fvb5n$5s3@nova.dimensional.com> References: <5fv5er$4n1@access4.digex.net> NNTP-Posting-Host: nova.dimensional.com X-Newsreader: NN version 6.5.1 (NOV) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36824 [cc to author] rdd@access4.digex.net (R. D. Davis) writes: >While trying to nfs mount a filesystem that exists on my Sun, running >SunOS 4.1.1, from FreeBSD, I get the following error message: > > Cannot MNT RPC: RPC: Program not registered > >I'm certain that everything is set up properly on the Sun, and I'm >aware of the differences in the /etc/exports files used by SunOS and >FreeBSD. The version of FreeBSD that I'm using is 2.1.6, soon to be >changed to 2.1.7. Are you *really* certain that everything is set up properly on the Sun? Can other clients mount filesystems from it? Here are a few things to check: 1. Run "rpcinfo -p sun-server". Look for "mountd" and "nfs". If they're not running, you'll get the RPC errors you mention. 2. Run "showmount -e sun-server". Make sure the filesystems are really being exported. Hope this helps. -- Michael Fuhr http://www.dimensional.com/~mfuhr/