From owner-freebsd-questions Thu Sep 13 22:23:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id DFA0837B409 for ; Thu, 13 Sep 2001 22:23:46 -0700 (PDT) Received: from ohio.com (a1-1c148.neo.rr.com [24.93.162.148]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8E5Jom01179; Fri, 14 Sep 2001 01:19:50 -0400 (EDT) Message-ID: <3BA19465.67D9459B@ohio.com> Date: Fri, 14 Sep 2001 01:23:49 -0400 From: Jim Arnold Reply-To: jim@ohio.com X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: David Banning Cc: questions@freebsd.org Subject: Re: possible to mount a linux disk? References: <200109140505.f8E55JN00557@d.tracker> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yes. you need to recompile your kernel with: options EXT2FS # Add support for the EXT2FS filesystem of Linux fame. Be a bit # careful with this - the ext2fs code has a tendency to lag behind # changes and not be exercised very much, so mounting read/write could # be dangerous (and even mounting read only could result in panics.) When you have booted with the new kernel, you can mount an ext2fs filesystem by giving a command like: mount -t ext2fs /dev/wd0s3 /mnt see http://www.linuxdoc.org/HOWTO/mini/Linux+FreeBSD-5.html for more. jim David Banning wrote: > > I would like to mount a linux disk. Is it possible? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Jim Arnold, Ohio.com Site Administrator jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 I'm currently running FreeBSD 4.4-RC which has been up for 1 days as of 09/14/01 01:17:00 AM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message