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