From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 10:54:22 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 5E30116A469 for ; Mon, 4 Feb 2008 10:54:22 +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 E60C813C457 for ; Mon, 4 Feb 2008 10:54:12 +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 m14AqYho001939; Mon, 4 Feb 2008 11:52:34 +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 m14AqTVx001936; Mon, 4 Feb 2008 11:52:32 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 4 Feb 2008 11:52:29 +0100 (CET) From: Wojciech Puchar To: Deian Popov In-Reply-To: Message-ID: <20080204114950.T1919@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: 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 10:54:22 -0000 > I would like to expand /usr of FreeBSD 6.2. I plan to get a new HDD, format > it and create slices. But how to proceed after that? Do I just mount it over > the existing /usr or is there any additional steps that must be performed? it's quite difficult to understand you (at least for me). what do you mean "expand /usr". do you like to resize the partition. so resize and growfs(8) how do you "format HDD" - todays hard disk are factory formatted and can't be reformatted by user. why do you like to mount it over /usr? you may simply copy all /usr to new partition, and then unmount it and mount new partition to /usr, while reusing old partition for something else. quite difficult to answer your question...