From owner-freebsd-questions@FreeBSD.ORG Sun Dec 5 16:06:43 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 2CFEF16A4CE for ; Sun, 5 Dec 2004 16:06:43 +0000 (GMT) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B4D43D5C for ; Sun, 5 Dec 2004 16:06:41 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.2] (really [69.40.74.131]) by ispmxmta06-srv.alltel.net with ESMTP <20041205160640.JMKN27305.ispmxmta06-srv.alltel.net@[192.168.0.2]> for ; Sun, 5 Dec 2004 10:06:40 -0600 From: Trey Sizemore To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Sun, 05 Dec 2004 11:08:01 -0500 Message-Id: <1102262881.687.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Resize /usr partition without resinstall 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: Sun, 05 Dec 2004 16:06:43 -0000 I've got an 80GB drive partitioned as follows: salamander# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 496M 35M 421M 8% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s1g 64G 262M 58G 0% /home /dev/ad0s1d 496M 54K 456M 0% /tmp /dev/ad0s1e 3.9G 3.0G 559M 85% /usr /dev/ad0s1f 4.8G 114M 4.3G 2% /var Is it possible to get more space for /usr by either allocating space from /home or by providing a symlink to a partition on home? Thanks.