From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 11:50:20 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 105FA106567E for ; Fri, 25 Jun 2010 11:50:20 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3258FC17 for ; Fri, 25 Jun 2010 11:50:19 +0000 (UTC) Received: by wyf22 with SMTP id 22so1260530wyf.13 for ; Fri, 25 Jun 2010 04:50:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=mT4V1SSmDcD+lbE4Cj2JxTwgy9t1/j3Ll1AAwwb4DwU=; b=jGXETyGC77H+xrgogjcZo0+kNa1ecH19boNCyTsk1TfN3L9BEoVN+67gkz5Zb/1SGs wNU7s3O8L3GHuNBaAtuUyVe5a/INxONrN0X2T96UrS5niI6+XrH4RpjFxrr3YmyNLS6I TifdaofXJy49KdRXwNvqbNMadXL1fKn0wRM2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=OzlFdAbACvYz7vKKcxSpHjh9X5eZOSyYyk75U4J94e70CRxbZcACJIKBH28xKbH7uO oTxaSERTNhJcKZ+CgeUbSaF0JqEkcnVvNKp5Twt58raXhfz8QTRLn7IO+tmgZ4ha8JqK 2rSda9tPNG09vJYEzepGHbeMSsDIVEGn3FHQs= Received: by 10.227.69.142 with SMTP id z14mr459739wbi.195.1277466618379; Fri, 25 Jun 2010 04:50:18 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id k33sm27973314wbn.0.2010.06.25.04.50.17 (version=SSLv3 cipher=RC4-MD5); Fri, 25 Jun 2010 04:50:17 -0700 (PDT) Date: Fri, 25 Jun 2010 12:50:15 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100625125015.64cf3751@gumby.homeunix.com> In-Reply-To: <28988313.post@talk.nabble.com> References: <28988313.post@talk.nabble.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:50:20 -0000 On Thu, 24 Jun 2010 18:36:13 -0700 (PDT) zaxis wrote: > 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, there are FreeBSD specific file flags, that I don't think are supported by ext2fs. UFS with soft-updates is going to be faster than synchronously mounted ext2. And it's very easy to do.