FAT32
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 5: | Line 5: | ||
=Introduction= | =Introduction= | ||
− | FAT32 is a simple filesystem with limited capabilities. Although the [[IPR|Intellectual Property Rights]] belong to [[Microsoft]], the format specifications are made available publicly. Nowadays the FAT32 filesystem is mostly used on portable devices such as thumbdrives, external hard drives and SD cards. | + | '''FAT32''' (a variety of FAT, which stands for File Allocation Table) is a simple filesystem with limited capabilities. Although the [[IPR|Intellectual Property Rights]] belong to [[Microsoft]], the format specifications are made available publicly. Nowadays the FAT32 filesystem is mostly used on portable devices such as thumbdrives, external hard drives and SD cards. |
==Resources== | ==Resources== | ||
* [http://msdn.microsoft.com/en-us/library/windows/hardware/gg463080.aspx Microsoft EFI FAT32 File System Specification] | * [http://msdn.microsoft.com/en-us/library/windows/hardware/gg463080.aspx Microsoft EFI FAT32 File System Specification] | ||
* [http://en.wikipedia.org/wiki/FAT32 Wikipedia - FAT32] | * [http://en.wikipedia.org/wiki/FAT32 Wikipedia - FAT32] |
Revision as of 00:07, 12 December 2012
Introduction
FAT32 (a variety of FAT, which stands for File Allocation Table) is a simple filesystem with limited capabilities. Although the Intellectual Property Rights belong to Microsoft, the format specifications are made available publicly. Nowadays the FAT32 filesystem is mostly used on portable devices such as thumbdrives, external hard drives and SD cards.