Torsdag 12 juni 2008 01:47, skrev Brian May:
> Brian May wrote:
> > convert_fdisk_parted(...) has a lot of debug print statements, where
> > does the output from these go?
>
> Me blind.
>
> Anyway, it translates:
>
> fdisk_cmds="fdisk /clear 1;fdisk /pri:100,100;fdisk /activate:1"
>
> into
>
> parted -s /dev/dsk -- mklabel msdos
> parted -s /dev/dsk -- mkpartfs primary fat32 0 -0
> parted -s /dev/dsk -- set 1 boot on
>
> which looks fine to me (despite the strange syntax for end of disk being
> -0).

What happens if you run these parted commands from the console?
You can check the results on disk with
parted -s /dev/dsk -- print  (if I remember it correct.)

One thing.. how big is youre disk?
It may bee that the partition is simply too big to place a formatted FAT 
filesystem on..
It is probably better to make a 4GB FAT32 partition and let windows increase 
it while it converts it into NTFS.



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to