M BUZZ CRAZE NEWS
// general

How to convert exFAT to FAT32?

By Daniel Rodriguez

How to convert an exFAT-formatted USB flash drive to FAT32?

2

3 Answers

For more detailed information on exFAT there is a paper:Reverse Engineering the Microsoft exFAT File System (86-page PDF) in the SANS reading room.

Basically, there is no "convert" function between exFAT and other formats. You can't convert to exFAT, and you can't convert exFAT to FAT. Only conversions to NTFS are supported.

In your case, you need to copy all your files to a backup drive, reformat the USB device, and then copy the files back. But keep in mind that if you have files > 4 GB, they won't copy onto the FAT32 device because FAT32 does not support it.

0

None of these tools worked for me including the Windows 7 Computer Management Storage utility.

Mac OS users can use Disk Utility to complete this process without any issues whatsoever.

The fat32format utility should do the trick.

It's a GUI formatter for Windows users.

enter image description here

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy