Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2000 17:58:53 -0700
From:      Joel Mc Graw <jpmcgraw1@home.com>
To:        Tim Gustafson <tim@falconsoft.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: NFS Portmap: RPC: Program not registered
Message-ID:  <39DD23CD.A3240321@home.com>
References:  <4.3.2.7.2.20001005171320.00b29bd0@64.32.242.36>

next in thread | previous in thread | raw e-mail | index | archive | help
Tim Gustafson wrote:
> 
> I am trying to mount a SNAP 4000 server's NFS drive from a FreeBSD
> 4.1.1-STABLE machine.  I have the SNAP server set up to allow NFS
> connections, and I have the root user ID and the FreeBSD server's IP
> address in the SNAP server's user configuration.  However, when I run:
> 
> mount 10.0.0.1:/Root /snap
> 
> I get this error message, over and over again until I hit ctrl-C:
> 
> NFS Portmap: RPC: Program not registered
> 
> Here's what I have in my /etc/rc.conf:
> 
> nfs_server_enable="YES"
> nfs_server_flags="-u -t -n 4"
> mountd_flags="-r"
> nfs_client_enable="YES"
> nfs_client_flags="-n 4"
> 
> hosts.allow has this in it:
> 
> ALL : ALL : allow
> 
> and /etc/exports has:
> 
> /usr -alldirs 10.0.0.1
> 
> I haven't changed any configs in portmap or rpc, so far as I know.  what am
> I missing here?
> 
> Any help is appreciated.
> 
> Thanks.
> 
> Tim


I had this exact problem at work.  It turns out that the Snap Server
only supports NFS Version 2.  My fix was to use "mount_nfs -2 ...." and
it works like a charm.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39DD23CD.A3240321>