Re: Extended FAT 32

2003-07-07 Thread Joshua Oreman
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 : [EMAIL PROTECTED]
>  Phone  : +33/(0)1.42.67.19.85
> --
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Extended FAT 32

2003-07-07 Thread Olivier DAVY
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) ?

Thanks for your attention,

olivier

--
--
 Olivier DAVY
 ENSIMAG engineer - HEC alumnus
 E-mail : [EMAIL PROTECTED]
 Phone  : +33/(0)1.42.67.19.85
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"