From owner-freebsd-questions Thu Oct 5 20:16:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.az.home.com (ha1.rdc1.az.home.com [24.1.240.66]) by hub.freebsd.org (Postfix) with ESMTP id 09DA337B503 for ; Thu, 5 Oct 2000 20:16:55 -0700 (PDT) Received: from home.com ([24.1.247.6]) by mail.rdc1.az.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001006031654.QIMB10065.mail.rdc1.az.home.com@home.com>; Thu, 5 Oct 2000 20:16:54 -0700 Message-ID: <39DD23CD.A3240321@home.com> Date: Thu, 05 Oct 2000 17:58:53 -0700 From: Joel Mc Graw X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Tim Gustafson Cc: questions@FreeBSD.ORG Subject: Re: NFS Portmap: RPC: Program not registered References: <4.3.2.7.2.20001005171320.00b29bd0@64.32.242.36> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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