From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 05:50:12 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 13F6316A4CE for ; Mon, 29 Nov 2004 05:50:12 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A745143D69 for ; Mon, 29 Nov 2004 05:50:11 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.199] (really [68.169.225.230]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041129055011.UHLZ14438.mta9.adelphia.net@[192.168.0.199]> for ; Mon, 29 Nov 2004 00:50:11 -0500 Message-ID: <41AAB892.70707@adelphia.net> Date: Sun, 28 Nov 2004 21:50:10 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041120 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 05:50:12 -0000 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. -K