"b11_" <b11@discussions.microsoft.com> wrote in message
news:BE11D2A5-C32C-464F-93F7-38B595CA36FE@microsoft.com...
> What is the difference between FAT and FAT32?
FAT stands for File Allocation Table, and is a reference to a type of File
System.
FAT usually means FAT16 (there was a FAT12), and FAT32 is an extention of
that, but using 32-bit numbers rather than 16-bit or 12-bit. Even with the
32-bit FAT, you cannot create files greater than about 4 gb, which is often
an issue with video files.
NTFS is quite different. They offer much larger file sizes, greater data
protection, and offer security features.
On Sun, 18 Nov 2007 12:16:00 -0800, b11_
<b11@discussions.microsoft.com> wrote:
> What is the difference between FAT and FAT32?
First of, realize that FAT32 is a type of FAT. Not all FAT is FAT32,
but all FAT32 is FAT.
FAT comes in three "flavors"--FAT12, FAT16, and FAT32. The numbers
refer to the number of bits used in their addressing scheme. More bits
mean that higher addresses, and therefore larger drives, can be
addressed and accessed.
FAT12 was used only for very small drives--floppies and tiny hard
drives. FAT16 could be used only for drives/partitions up to 2GB
(which is why it has essentially been replaced by FAT32). FAT32 can
address much larger drives/partitions--up to 2TB.
Back in the days before FAT32, what we now call FAT16 (to distinguish
it from FAT32) was often simply called FAT, because except for FAT12,
which was primarily used only for floppies, there was no other kind.
Some people still use the term "FAT" to refer specifically to FAT16,
as opposed to FAT32, but in my view, that usage is now inappropriate
and confusing.
--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup