Penguin
Annotated edit history of FAT32 version 7, including all changes. View license author blame.
Rev Author # Line
2 AristotlePagaltzis 1 [FAT32] is the successor to [FAT16] in the line of FileAllocationTable [FileSystem]s, designed for use with current [HardDisk]s. It was a bigger evolutionary step from its predecessor than the one from [FAT12] to [FAT16], not only in terms of added FileAllocationTable entry bit width, but also in terms of internal structure which had not changed between [FAT12] and [FAT16].
1 PerryLorier 2
2 AristotlePagaltzis 3 [FAT32] uses a fixed DiskCluster size of 4Kb. Since it can address 2^32 clusters, this is sufficient for 16TB of storage.
3 CraigBox 4
4 IanMcDonald 5 Windows does not let you format a disc of 32GB or greater with FAT32, as an attempt to push everyone to using [NTFS]. It can, however address large discs fine. There is, however, [fat32format, an OSS utility for formatting large FAT32 partitions|http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm]. Linux can format FAT32 partitions of any size, with no problem.
7 CraigBox 6
7 * [Maximum file sizes for Windows file system types|http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=27253&DisplayTab=Article]
5 CraigBox 8
9 ----
6 CraigBox 10 CategoryFileSystem%%%
5 CraigBox 11 CategoryMicrosoftFileSystem