From owner-freebsd-questions Tue Aug 17 14:12:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailout1.nyroc.rr.com (mailout1-0.nyroc.rr.com [24.92.226.81]) by hub.freebsd.org (Postfix) with ESMTP id A9416156EE for ; Tue, 17 Aug 1999 14:12:28 -0700 (PDT) (envelope-from reichman@twcny.rr.com) Received: from mail1.twcny.rr.com ([24.92.226.74]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Tue, 17 Aug 1999 17:13:05 -0400 Received: from twcny.rr.com ([24.95.188.113]) by mail1.twcny.rr.com (Post.Office MTA v3.5.2 release 221 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Tue, 17 Aug 1999 17:13:02 -0400 Message-ID: <37B9D292.964AA2FD@twcny.rr.com> Date: Tue, 17 Aug 1999 17:22:26 -0400 From: "Mark S. Reichman" X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mohit Aron Cc: freebsd-questions@freebsd.org Subject: Re: ext2fs filesystem References: <199908171844.NAA28562@cs.rice.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Add options "EXT2FS" to your kernel config after you read this page. http://www.freebsd.org/handbook/kernelconfig-building.html To mount it after you get it all compiled. Do.. mount -t ext2fs /dev/wd1s1 /linux or add something like this to your /etc/fstab and reboot... /dev/wd1s1 /linux ext2fs rw 0 0 /dev/wd1s5 /linux/usr ext2fs rw 0 0 Substitute your device and directories... These probably wont match yours... Mohit Aron wrote: > > Hi, > I want to compile my kernel with support for the ext2fs filesystem. > Can someone tell me how to do this. Thanks, > > - Mohit > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message