Date: Fri, 14 Sep 2001 01:23:49 -0400 From: Jim Arnold <jim@ohio.com> To: David Banning <david@skytrackercanada.com> Cc: questions@freebsd.org Subject: Re: possible to mount a linux disk? Message-ID: <3BA19465.67D9459B@ohio.com> References: <200109140505.f8E55JN00557@d.tracker>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BA19465.67D9459B>