Hi
im trying to make a USB flash device boot with windows PE, part of that means i need to use diskpart to format the USB drive as fat32 spanning the entire device.
I followed the below commands in diskpart (vista) but i entered the wrong partition size and now i cant extend it or delete it and start again, can anyone help?
When i try to do the create partition size bit again it says "there is insufficient free space to create a partition at the specified size and offset"
diskpart
select disk 1
clean
create partition primary size=<size of device>
select partition 1
active
format fs=fat32
assign
exit
Cheers
