From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 11:47:35 2010 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 506991065670 for ; Fri, 25 Jun 2010 11:47:35 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from extmail-01.people.net.au (extmail-01.people.net.au [202.154.123.98]) by mx1.freebsd.org (Postfix) with SMTP id 8EC468FC12 for ; Fri, 25 Jun 2010 11:47:34 +0000 (UTC) Received: (qmail 1634 invoked from network); 25 Jun 2010 11:47:32 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.158.249) by extmail-01.people.net.au with SMTP; 25 Jun 2010 11:47:32 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 3AE41171B3; Fri, 25 Jun 2010 21:47:31 +1000 (EST) Date: Fri, 25 Jun 2010 21:47:31 +1000 From: andrew clarke To: zaxis Message-ID: <20100625114731.GA51575@ozzmosis.com> References: <28988313.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28988313.post@talk.nabble.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: Is it appropriate to mount /var and /usr on ext2fs partition ? 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: Fri, 25 Jun 2010 11:47:35 -0000 On Thu 2010-06-24 18:36:13 UTC-0700, zaxis (z_axis@163.com) wrote: > /dev/ad4s8 on /media/G (ext2fs, local) > > The /dev/ad4s8 is an empty partition. Now i want to move /var and /usr to > it. Do i need to format /dev/ad4s8 to UFS ? I would reformat it as UFS unless you plan on dual-booting Linux on the same machine. You can use the -U argument with the newfs command to enable softupdates. AFAIK the default is off. Alternatively you can use tunefs to do this after you run newfs, but before you mount it.