Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2003 10:06:50 -0700
From:      Joshua Oreman <oremanj@webserver.get-linux.org>
To:        Olivier DAVY <olivier.davy@free.fr>
Cc:        questions@freebsd.org
Subject:   Re: Extended FAT 32
Message-ID:  <20030707170650.GE4668@webserver.get-linux.org>
In-Reply-To: <3F09A36B.6060600@free.fr>
References:  <3F09A36B.6060600@free.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030707170650.GE4668>