From owner-freebsd-questions Wed Aug 30 23:42:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 6A42A37B446 for ; Wed, 30 Aug 2000 23:42:21 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 30 Aug 2000 23:41:19 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA17518; Wed, 30 Aug 2000 23:42:20 -0700 (PDT) (envelope-from cjc) Date: Wed, 30 Aug 2000 23:42:19 -0700 From: "Crist J . Clark" To: Caleb Walker Cc: Vinh Nguyen , questions@FreeBSD.ORG Subject: Re: NFS Message-ID: <20000830234219.L62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <39ADCBD7.7F77B13F@quiacorp.com> <00083021371601.00427@butthead.walker> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00083021371601.00427@butthead.walker>; from caleb.walker@home.com on Wed, Aug 30, 2000 at 09:32:30PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Aug 30, 2000 at 09:32:30PM -0700, Caleb Walker wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > This is how I mount NFS: > mount 192.168.1.1:/ /mnt/router > > Here I am mounting the root dir of the machine 192.168.1.1 on the mount > point of /mnt/router. I have this in another script in the > /usr/local/etc/rc.d/. Everytime My machine boots it goes and mounts > that machine. All you need to do to NFS mounts like that automatically is put a line like, 192.168.1.1:/ /mnt/router nfs rw 0 0 In /etc/fstab. > In the other machine(the mounted not the mounter) there > is a file called /etc/exports and thisis where you have to tell it what > machine can connect and at what point. portmap or whatever the RPC mapper is called on that machine must be running. Typically a mountd and nfsd processes must be going too. > Hope this helps at all. If not sorry. > > > 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 Are portmap and NFS daemons running on the Linux machine? -- Crist J. Clark cjclark@alum.mit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message