Content deleted Content added
FAT32 also has a file size granularity of 1 byte, like FAT16 and FAT12. I could not find any source claiming otherwise. With any less granularity, text documents would be either cut off or have null-bytes at the end. |
m consistent with existing formatting |
||
Line 234:
<!-- needs more refinement as this is version dependent:
| max_volume_size = 16 [[megabyte|MB]] (with 2 KB clusters) --><!-- larger volumes should use logical sectored FAT partition IDs or FAT16B partition ID -->
| max_file_size = 4,294,967,295
| file_size_granularity = 1 byte
| max_files_no = 65,536 for 32 KB clusters<!-- 2^16 − 12 (reserved clusters) − 64 (number of 32 KB clusters for directory entries) -->
|