From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 10:06:53 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 A879637B401 for ; Mon, 7 Jul 2003 10:06:53 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F6E643F75 for ; Mon, 7 Jul 2003 10:06:50 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 4959 invoked by uid 1001); 7 Jul 2003 17:06:50 -0000 Date: Mon, 7 Jul 2003 10:06:50 -0700 From: Joshua Oreman To: Olivier DAVY Message-ID: <20030707170650.GE4668@webserver.get-linux.org> References: <3F09A36B.6060600@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F09A36B.6060600@free.fr> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Extended FAT 32 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, 07 Jul 2003 17:06:53 -0000 On Mon, Jul 07, 2003 at 06:44:27PM +0200 or thereabouts, Olivier DAVY wrote: > Hi everybody, > > I would like to know if it is possible to read windows FAT32 partitions > that are in the extended partition with FreeBSD (I got the 5.1) ? First extended partition: # mkdir /win # mount_msdosfs /dev/ad0s5 /win Replace ad0 with your drive. If it's not the first, change the s5 -- the second would be s6, the third s7, etc. -- Josh > > Thanks for your attention, > > olivier > > -- > ---------------------------------- > Olivier DAVY > ENSIMAG engineer - HEC alumnus > E-mail : olivier.davy@free.fr > Phone : +33/(0)1.42.67.19.85 > ---------------------------------- > > > _______________________________________________ > 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"