Difference between revisions of "FAT"

From SleuthKitWiki
Jump to: navigation, search
(Created page.)
 
(Added MS link.)
 
Line 5: Line 5:
 
* [http://www.forensicswiki.org/wiki/FAT Forensics Wiki Entry]
 
* [http://www.forensicswiki.org/wiki/FAT Forensics Wiki Entry]
 
* [http://en.wikipedia.org/wiki/File_Allocation_Table Wikipedia Entry]
 
* [http://en.wikipedia.org/wiki/File_Allocation_Table Wikipedia Entry]
 +
 +
Docs used during development:
 +
* [http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx FAT32 File System Specification] 1.03 (MS)

Latest revision as of 09:04, 5 January 2010

FAT is a file system that is used on some older Windows systems and on media cards in phones, cameras, and USB sticks. It is one of the file systems that is supported by TSK. While TSK has been designed to abstract many file system components into general layers (data, metadata, name, etc.), FAT has been the most difficult to abstract because it uses a very simple design. See the FAT Implementation Notes page for details on how it was merged into the layered model.

More details on FAT can be found at:

Docs used during development: