5

What are the theoretical and practical minimum sizes for a FAT16 volume?

I'm trying to determine the smallest Flash-chip size that can handle a FAT16 FS.

studiohack
  • 13,477

2 Answers2

4

If I remember correctly it's 4.1MiB (1,048,576 bytes*4.1 = 4,299,161.6 bytes).

1

4.1 MiB is correct, however you could go smaller with FAT12, which is still readable by modern OS's.

JeffP
  • 779