FAT32
From Just Solve the File Format Problem
(Difference between revisions)
m (→Warning) |
|||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | = | + | {{FormatInfo |
− | 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 | + | |formattype=electronic |
− | + | |subcat=Filesystem | |
− | + | |wikidata={{wikidata|Q2622047}} | |
+ | |kaitai struct=vfat | ||
+ | }} | ||
+ | '''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] | ||
− | * [ | + | * [[Wikipedia:File Allocation Table#FAT32|Wikipedia - FAT32]] |
− | [[Category: | + | |
+ | [[Category:Microsoft]] |
Latest revision as of 16:53, 25 August 2019
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.