From owner-freebsd-questions Fri Jun 18 13:51:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 6118914E15 for ; Fri, 18 Jun 1999 13:51:34 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id OAA21569 for freebsd-questions@freebsd.org; Fri, 18 Jun 1999 14:51:33 -0600 (MDT) From: Jonathon Doran Message-Id: <199906182051.OAA21569@ucsu.Colorado.EDU> Subject: Re: sharing drives To: freebsd-questions@freebsd.org Date: Fri, 18 Jun 1999 14:51:33 -0600 (MDT) In-Reply-To: from "vagner@WWW.TIMANDPATRICK.COM" at Jun 18, 99 01:01:05 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Where do you suggest I start Learning on how to > set up NFS. > man exports, man mount I'm away from my FreeBSD machine at the moment, so I'll be a bit vague... I recall being able to manually export a filesystem with exportfs, then mounting it on a remote machine. OSF/1 doesn't have exportfs, and in case BSD got rid of it place the filesystem in /etc/exports. On the remote machine, mount machine:/path So, for exporting /usr machine1# exportfs /usr machine2# mount machine1:/usr /mnt The alternative is to enter the following in machine1's /etc/exports /usr Then the mount on machine2 as above. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message