How to convert exFAT to FAT32?

6

1

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

user1400

Posted 2010-05-17T14:11:07.277

Reputation: 69

1Someone might want to do this if you have an existing USB with data to use on an older device that doesn't support exFat – Noah – 2017-02-07T18:24:00.650

2I think a better question is why would you want to do this? It's like wanting to install Windows 98 when you are running Windows XP. – Natalie Adams – 2012-09-30T22:05:03.640

Answers

12

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.

OverCertified

Posted 2010-05-17T14:11:07.277

Reputation: 131

-3

The fat32format utility should do the trick.

It's a GUI formatter for Windows users.

enter image description here

Jamie

Posted 2010-05-17T14:11:07.277

Reputation: 201

5Conversion implies data retention. This utility simply formats to FAT32, which will wipe data. – Nelson – 2016-06-15T03:18:14.623

The links for the utility do not mention exFAT format handling. Is this a correct answer? – zero2cx – 2012-09-30T22:04:17.433

-3

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.

Marshall

Posted 2010-05-17T14:11:07.277

Reputation: 1