From owner-freebsd-questions@FreeBSD.ORG Mon Jul 5 18:44:02 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 72E9216A4CE for ; Mon, 5 Jul 2004 18:44:02 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A38F143D49 for ; Mon, 5 Jul 2004 18:44:01 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail 18199 invoked by uid 65534); 5 Jul 2004 18:44:00 -0000 Received: from p5090C118.dip0.t-ipconnect.de (EHLO [192.168.1.4]) (80.144.193.24) by mail.gmx.net (mp024) with SMTP; 05 Jul 2004 20:44:00 +0200 X-Authenticated: #1954550 Message-ID: <40E9A16A.8060107@gmx.de> Date: Mon, 05 Jul 2004 20:43:54 +0200 From: Phil Schulz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040704 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Warren Block References: <20040705162320.11141.qmail@web51604.mail.yahoo.com> <40E99786.5000005@gmx.de> <20040705123003.V18004@wonkity.com> In-Reply-To: <20040705123003.V18004@wonkity.com> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Mark Jayson Alvarez cc: freebsd-questions@freebsd.org Subject: Re: Ext2FS 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, 05 Jul 2004 18:44:02 -0000 Warren Block wrote: > On Mon, 5 Jul 2004, Phil Schulz wrote: > >> Mark Jayson Alvarez wrote: > > >>> 5. Does any version of freebsd supports mounting, >>> reading, and writing of ext3fs partitions of linux? >> >> >> No. > > > Maybe. ext2fs is supposed to be ext3fs with journalling, and ext2fs can > be mounted with mount_ext2fs. I could swear I've done this with ext3fs > partitions, but can't recall when or where. > I stand corrected. I have to admit that I answered that question solely based on # ls /sbin/mount_* :-) Phil.