Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smallest FAT32 Partition [closed]

I need to create a small partition image (a few MB) with FAT32 filesystem. I came up some contradictory info on the Internet about the minimum size limit of a FAT32 partition.

When I tried to mkfs a 5MB partition as FAT32 in Linux, I get a warning since it's too small. Though, it writes something in it. (I'm not sure if it's valid) And when I try to format a 5MB partition as FAT32 with diskpart in Windows, it simply fails.

How small can a FAT32 partition be?

thanks

like image 901
mustafa Avatar asked Dec 07 '11 09:12

mustafa


1 Answers

FAT32 requires a partion of atleast 33,548,800 bytes (32763 KB). See a list of FAT size limits on Wikipedia.

like image 71
Marco Bax Avatar answered Sep 28 '22 03:09

Marco Bax