From owner-freebsd-questions Wed Sep 22 21: 4:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id EDFF814FCD for ; Wed, 22 Sep 1999 21:04:27 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA45848; Thu, 23 Sep 1999 13:34:15 +0930 (CST) Date: Thu, 23 Sep 1999 13:34:14 +0930 From: Greg Lehey To: william woods Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS Mounted /usr/src make world..... Message-ID: <19990923133414.S42271@freebie.lemis.com> References: <99092220485401.03284@freebsd.cybcon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <99092220485401.03284@freebsd.cybcon.com> WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 22 September 1999 at 20:44:59 -0700, william woods wrote: > I have a system here where the disk is a bit small to hold both /usr/src and > /usr/obj after a make world, but I have aneother system with a very large Hard > drive. > > What I want to do Is mount the /usr/src and /usr/obj from system #1 via NFS on > system #2 and do a make world for system #2. Does that make sence? Well, that's the way I do it for my test machines. > If so, how would I do this. I'm not sure I understand the question. You've just described how to do it. Specifically, though, I mount a drive /src on all machines, and then create a symlink /usr/src -> /src. You have two choices with /usr/obj: 1. Don't create it, or let it be a directory. The objects will be stored on the local machine. This is a lot faster than putting everything on NFS, but you'll need about 220 MB free. 2. Put it on the remote machine. /usr/obj might point to /src/obj, which doesn't need to exist. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message