From owner-freebsd-questions@FreeBSD.ORG Fri Mar 9 18:12:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09F2C16A400 for ; Fri, 9 Mar 2007 18:12:10 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id D8ED613C4BD for ; Fri, 9 Mar 2007 18:12:09 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id DA38151930 for ; Fri, 9 Mar 2007 13:12:08 -0500 (EST) Date: Fri, 9 Mar 2007 18:12:06 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070309181206.4760765e@gumby.homeunix.com> In-Reply-To: <20070308170629.269230@gmx.net> References: <45F0300E.5070800@gmx.net> <20070308170629.269230@gmx.net> X-Mailer: Claws Mail 2.8.0 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ext3 support 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, 09 Mar 2007 18:12:10 -0000 On Thu, 08 Mar 2007 18:06:29 +0100 "Benjamin Sobotta" wrote: > > dear list, > > > > does freebsd 6.x support the ext3 filesystem? > > > > TIA > > > > zheyu > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Hi! > > AFAIK it doesn't support ext3. However, it supports ext2, which is > structurally the same as ext2 except that it doesn't do any > journaling. Hence, you should be able to mount and use ext3 except > that the journal will not be used. There's fsck support for syncing the ext3 journal. I think it's in a port, but I can't remember which.