From owner-freebsd-questions Thu Aug 31 18: 4:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (ipl-229-037.npt-sdsl.stargate.net [208.223.229.37]) by hub.freebsd.org (Postfix) with ESMTP id A26E137B42C for ; Thu, 31 Aug 2000 18:04:49 -0700 (PDT) Received: from w2xo.w2xo.pgh.pa.us (w2xo.w2xo.pgh.pa.us [192.168.5.1]) by w2xo.pgh.pa.us (8.9.3/8.9.3) with ESMTP id BAA16105; Fri, 1 Sep 2000 01:04:24 GMT (envelope-from durham@w2xo.pgh.pa.us) Date: Fri, 1 Sep 2000 01:04:24 +0000 (GMT) From: Jim Durham To: Vinh Nguyen Cc: questions@FreeBSD.ORG Subject: Re: NFS In-Reply-To: <39ADCBD7.7F77B13F@quiacorp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 30 Aug 2000, Vinh Nguyen wrote: > How come I can't mount a directory from a Linux server to a FreeBSD > client. > I keep getting the error messages: > freebsd1# mount linux:/usr /test > NFS Portmap: RPC: Program not registered > > I was able to mount a directory on a FreeBSD to a Linux box. > This error is probably coming from the Linux box. You will get this error if you don't start portmap, mountd and nfsd in that order. portmap must be up first so mountd can "register" with it. -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message