From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:53:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA7B16A4CE for ; Mon, 29 Nov 2004 17:53:41 +0000 (GMT) Received: from S1.cableone.net (smtp1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE46843D68 for ; Mon, 29 Nov 2004 17:53:40 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.25]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 2558301 for multiple; Mon, 29 Nov 2004 11:01:17 -0700 Date: Mon, 29 Nov 2004 11:52:36 -0600 From: Vulpes Velox To: Dan Nelson Message-ID: <20041129115236.1519bbb6@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20041129060333.GB5518@dan.emsphone.com> References: <41AAB892.70707@adelphia.net> <20041129060333.GB5518@dan.emsphone.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Abuse-Info: Send abuse complaints to abuse@cableone.net cc: Kevin Smith cc: freebsd-questions@freebsd.org Subject: Re: moving ports to another file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:53:41 -0000 On Mon, 29 Nov 2004 00:03:33 -0600 Dan Nelson wrote: > In the last episode (Nov 28), Kevin Smith said: > > After installation and setting up of my BSD system for a while, > > I've come to realize that I probably should have organized my disk > > a bit differently and I have a smaller root file system then I > > would have liked. I may have also created a separate /usr file > > system, but I have /usr in the root file system. > > > > The /usr/ports can take up a lot of space and I'm wondering if > > there are limitations to having ports live in a another files > > system with a symbolic link from /usr/ports to a ports directory > > in another file system. > > No limitations at all. You can even symlink it over NFS to another > machine if you want (set WRKDIRPREFIX to a local path in > /etc/make.conf though, to speed up builds). If one is going to be using NFS for it, I don't see any reason not to just mount it right to /usr/ports instead of messing with symbolic linking.