I had FreeBSD 4.9 and Win 98SE on one disk.
Now I have FreeBSD on a separate drive and
I have removed all the FreeBSD files from
the "main" drive. I'd like to make that space
a data partition 'D:' for the Win 98 SE on C:
I'd like to turn that partition back into
FAT-32 _without_ disturbing the MBR or the working
Windows C: partition. But FreeBSD won't allow
changing the UFS to FAT32 and Windows can't even
tell there's another partition there.
??
If the partition is the last one on the drive, then you can delete it and
re-create it as FAT32 using FDISK. Otherwise, you need a third-party
utility such as Partition Magic.

Signature
Jeff Richards
MS MVP W95/W98
> I had FreeBSD 4.9 and Win 98SE on one disk.
> Now I have FreeBSD on a separate drive and
[quoted text clipped - 9 lines]
>
> ??
Wes Groleau - 22 Feb 2004 05:01 GMT
> If the partition is the last one on the drive, then you can delete it and
> re-create it as FAT32 using FDISK. Otherwise, you need a third-party
> utility such as Partition Magic.
Turns out that you can change the type and size
with fdisk -Biu even if it's not the last. Someone
in another group pointed me to that. Unfortunately,
I gave it the wrong size, for a new set of errors. :-)

Signature
Wes Groleau
Guidelines for judging others:
1. Don't attribute to malice that which
can be adequately explained by stupidity.
2. Don't attribute to stupidity that which
can be adequately explained by ignorance.
3. Don't attribute to ignorance that which
can be adequately explained by misunderstanding.
> I had FreeBSD 4.9 and Win 98SE on one disk.
> Now I have FreeBSD on a separate drive and
[quoted text clipped - 9 lines]
>
> ??
from FreeBSD
you *delete* your UFS and FreeBSD swap partitions.
as you see, there is no built-in conversion utility
then from windows you can just run fdisk and recreate
Wes Groleau - 22 Feb 2004 05:02 GMT
> from FreeBSD
> you *delete* your UFS and FreeBSD swap partitions.
> as you see, there is no built-in conversion utility
>
> then from windows you can just run fdisk and recreate
Turns out fdisk can convert but I messed it up,
so perhaps I'll try this. Thanks.

Signature
Wes Groleau
Can we afford to be relevant?
http://www.cetesol.org/stevick.html
philo - 23 Feb 2004 08:09 GMT
> > from FreeBSD
> > you *delete* your UFS and FreeBSD swap partitions.
[quoted text clipped - 4 lines]
> Turns out fdisk can convert but I messed it up,
> so perhaps I'll try this. Thanks.
ah yes
i forgot that there are more powerful version of fdisk than those that come
with windows...
but deleting and recreating should do the job