From owner-freebsd-questions@FreeBSD.ORG Sun May 4 19:50:18 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 D404F37B401 for ; Sun, 4 May 2003 19:50:18 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1465B43FAF for ; Sun, 4 May 2003 19:50:18 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h452nANY040767; Sun, 4 May 2003 21:49:10 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h452nAV4040764; Sun, 4 May 2003 21:49:10 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 4 May 2003 21:49:10 -0500 (CDT) From: Eduardo Viruena Silva To: collins In-Reply-To: <20030504200749.48ce0396.erichey2@attbi.com> Message-ID: <20030504214434.W40296@Gina.esfm.ipn.mx> References: <20030504200749.48ce0396.erichey2@attbi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: bsd Subject: Re: Mounting an ext2 filesystem 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 May 2003 02:50:19 -0000 On Sun, 4 May 2003, collins wrote: > Is there any way to mount a (non-bsd) filesystem that is in an extended > partition, i.e. a logical partition? you must have the line options EXT2FS in your kernel description. I you don't have it, add it, then build your kernel and install it. you can use: mount -t ext2fs /dev/your_disk_slice /mnt > > -- > Collins Richey - Denver Area > FreeBSD 5.0 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Eduardo.