From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 17:49:40 2004 Return-Path: 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 D734616A4CE for ; Mon, 12 Jul 2004 17:49:40 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id A756E43D45 for ; Mon, 12 Jul 2004 17:49:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i6CHneGQ013004; Mon, 12 Jul 2004 10:49:40 -0700 (PDT) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i6CHnd0t003176; Mon, 12 Jul 2004 10:49:39 -0700 (PDT) In-Reply-To: <20040712123430.CF2D943D53@mx1.FreeBSD.org> References: <20040712123430.CF2D943D53@mx1.FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 12 Jul 2004 13:49:38 -0400 To: Kyryll Mirnenko X-Mailer: Apple Mail (2.618) cc: freebsd-questions@freebsd.org Subject: Re: RaiserFS & EXT3 drivers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 17:49:40 -0000 On Jul 12, 2004, at 8:34 AM, Kyryll Mirnenko wrote: > Are there any third-party RaiserFS & EXT3 (yes, strictly with > journaling) > drivers for FreeBSD 5.x? I don't know about EXT3, other than you can read a EXT3 partition as EXT2 if you dismount the filesystem cleanly. I am working on a port of a ReiserFS tool that would allow read-only access to RFS partitions which you might also want to try. -- -Chuck