From owner-freebsd-questions@FreeBSD.ORG Mon Dec 22 14:08:42 2003 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 23B8A16A4CE for ; Mon, 22 Dec 2003 14:08:42 -0800 (PST) Received: from fielden.com.au (www.fielden.com.au [203.34.58.131]) by mx1.FreeBSD.org (Postfix) with SMTP id CD5EB43D53 for ; Mon, 22 Dec 2003 14:08:34 -0800 (PST) (envelope-from david@fielden.com.au) Received: (qmail 15974 invoked from network); 22 Dec 2003 22:08:18 -0000 Received: from unknown (HELO F84) (192.168.1.84) by persephone.fielden.com.au with SMTP; 22 Dec 2003 22:08:18 -0000 From: "DG" To: Date: Tue, 23 Dec 2003 09:08:16 +1100 Message-ID: <007b01c3c8d8$1a815300$5401a8c0@borg.fielden.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200312222243.22332.User & <>> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: RE: mounting linux filesystems 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, 22 Dec 2003 22:08:42 -0000 > -----Original Message----- > From: User & [mailto:User &] > Sent: Tuesday, 23 December 2003 8:43 AM > To: DG; freebsd-questions@freebsd.org > Subject: Re: mounting linux filesystems > > > Hi Dave, > > Do you happen to know where to add these options in the > kernel? I've been > troubled by this problem for some time as well. > > Thanks, > > Jorn > > On Monday 22 December 2003 22:37, DG wrote: > > > > mount will let you do this, but you may need to compile a > custom kernel to > > include EXT2FS support. > > > > Dave I added the following line to my custom kernel config file: options EXT2FS This option does not appear to be documented anywhere, and it is for a 5.1-RELEASE system btw. Dave