FAT32
From Just Solve the File Format Problem
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
=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 | + | 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. |
=Warning= | =Warning= | ||
It is not recommended to use FAT32 as a filesystem for any long-term-storage solution as it lacks basic features such as [[permission control]] and [[journaling]]. | It is not recommended to use FAT32 as a filesystem for any long-term-storage solution as it lacks basic features such as [[permission control]] and [[journaling]]. |
Revision as of 03:08, 6 November 2012
Introduction
FAT32 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.
Warning
It is not recommended to use FAT32 as a filesystem for any long-term-storage solution as it lacks basic features such as permission control and journaling.