From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 18:36:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92D2016A419 for ; Mon, 4 Feb 2008 18:36:52 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0B713C4E9 for ; Mon, 4 Feb 2008 18:36:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m14IZ1u3009128; Mon, 4 Feb 2008 19:35:01 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m14IYu5K009125; Mon, 4 Feb 2008 19:34:58 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 4 Feb 2008 19:34:56 +0100 (CET) From: Wojciech Puchar To: Jerry McAllister In-Reply-To: <20080204165546.GE7685@gizmo.acns.msu.edu> Message-ID: <20080204193311.O9109@wojtek.tensor.gdynia.pl> References: <20080204165546.GE7685@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Deian Popov , freebsd-questions@freebsd.org Subject: Re: expanding /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 18:36:52 -0000 > to it. /usr/local and /usr/src are often good candidates. > > To do that, create the partition using fdisk (for the slice), then if it's freebsd-only drive, why using fdisk at all? i live very well without it on ALL machines i installed. you simply get (for example) /dev/ad0a instead of ad0s1a etc. you bsdlabel ad0 instead of ad0s1. don't forget to bsdlabel -B ad0 if it's boot disk replace ad0 to whatever your disk is