From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 15:34:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF8716A465 for ; Tue, 5 Jul 2005 15:34:24 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF9643D45 for ; Tue, 5 Jul 2005 15:34:24 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id A926BCB61D6 for ; Tue, 5 Jul 2005 11:34:14 -0400 (EDT) X-Sasl-enc: Y27fZwVr+1IP/29nzs6/Z+XYr73C0P21M/2sxKBlzNSk 1120577653 Received: from gumby.localdomain (dsl-80-41-79-236.access.as9105.com [80.41.79.236]) by frontend2.messagingengine.com (Postfix) with ESMTP id A0ED9570147 for ; Tue, 5 Jul 2005 11:34:13 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Tue, 5 Jul 2005 16:34:11 +0100 User-Agent: KMail/1.8.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507051634.12137.list-freebsd-2004@morbius.sent.com> Subject: Re: fsck_ext2fs problems 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: Tue, 05 Jul 2005 15:34:25 -0000 On Monday 04 July 2005 17:18, Jaap Boender wrote: > I'd like to share a filesystem on the same computer between FreeBSD and > Linux, and as it seems that FreeBSD supports ext2 better than Linux does > ufs(2), I've created an ext2 filesystem. If I were you I'd create an ext3 partion from LInux - this is ext2 with jounalling. fsck_ext2fs can synchronized the partition with it's journal, and ext3 can then be mounted as ext2 by FreeBSD. FreeBSD defaults to mounting ext2 synchronously which is slow, but reliable. On the Linux side ext3 is a good enough filesystem for everyday use.