file systems

G

glee

T

Tim Slattery

b11_ <b11@discussions.microsoft.com> wrote:

>What is the difference between FAT and FAT32?


Limits. They both use the same structures and concepts to organize
data on your disk, but many things that were kept track of in 16-bit
words in FAT (or FAT16) are done with 32-bit words in FAT32. The
result is that the maximum partition size jumps from 2.1GB to a couple
of terabytes. The root directory maximum size also grew, from 512
entries to 65,536 (same as any other directory).

--
Tim Slattery
MS MVP(Shell/User)
Slattery_T@bls.gov
http://members.cox.net/slatteryt
 
Back
Top Bottom