I've been doing research on how FAT 12, 16 and 32 differ as I'm writting an article on clusters and I will go into details into why there are limits. I learned that FAT32 is actually 28 bits, so that gives it a maximum of 268435456, and the biggest cluster size for FAT32 is 32KB, so if I do 268435456 times 32KB it gives me 8796093022208 bytes, which is 8TB, but the limit is known to be 2TB. Can someone explain what I'm doing wrong here? I know the 4 bits "left" are reserved which is why it's still called fat32, but is there any other reserved stuff that I'm missing? I want to make sure my article that I will write will be right, and want to go further then just slaping on what I found on the net. 
Thanks
Thanks
