Why not use windows format?
To the best of my knowledge it can't be done whilst preserving the data. I wouldn't personally trust my data to a unproven third party utility. Back the data up and reformat the drive.
Why do you need to convert the drive? There's lots of limitations with FAT32 such as maximum file sizes and slack space due to large cluster sizes.
Try fat32format - there's a GUI version if you don't like the command line, but it's pretty simple in itself (from an administrative command prompt: "fat32format x:")tried that but it only lets me convert to exFAT - Not FAT32
Windows won't let you format a volume larger than 32GB as fat32, as we've already established.If it's new then use the formatting tool in Windows. No need to convert the drive.
Windows won't let you format a volume larger than 32GB as fat32, as we've already established.![]()
Try fat32format - there's a GUI version if you don't like the command line, but it's pretty simple in itself (from an administrative command prompt: "fat32format x:")
http://www.pendriveapps.com/format-fat32-larger-than-32gb/
This app. reckons to be able to convert up to 2TB external drive.
I have formatted many many drives in excess of 250GB with fat32format.
It's always work flawlessly for me in the past, but I've just downloaded it again, to try and replicate the rather vague "throwing up errors" mentioned above, and now it does seem to have some issues (maybe a Win7 update/hotfix has introduced some incompatibility).EDIT: fat32format Doesn't work it seems - throwing up errors
This seems to work OK, although the interface isn't the most intuitive I've ever used.
sigh... yet again, Windows won't format a drive larger than 32GB as FAT32, you'll need a third-party utility.CMD,
'format /FS:FAT32 X:' (where X is your drive letter assigned)
C:\Windows\system32>format /FS:FAT32 /Q H:
The type of the file system is NTFS.
The new file system is FAT32.
WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE H: WILL BE LOST!
Proceed with Format (Y/N)? y
QuickFormatting 38151M
The volume is too big for FAT32.