File allocation table: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
remove unverifiable origins |
||
Line 1: | Line 1: | ||
In [[computing science]], a [[file allocation table]] is a structure that is used to record the data blocks on a device (such as a [[hard disk]]) that are allocated to each file. |
In [[computing science]], a [[file allocation table]] is a structure that is used to record the data blocks on a device (such as a [[hard disk]]) that are allocated to each file. |
||
The FAT file system made its debut in 1963 at Fort Huachuca, Arizona. Specialist 7th class Billy L. Fikes, a programmer and systems analyst for the US Army wrote a File Allocation Table to direct access to files stored on magnetic disks. |
|||
The most well known file allocation table file system is [[Microsoft]]'s [[File Allocation Table]] file system. |
The most well known file allocation table file system is [[Microsoft]]'s [[File Allocation Table]] file system. |
Revision as of 22:59, 26 May 2005
In computing science, a file allocation table is a structure that is used to record the data blocks on a device (such as a hard disk) that are allocated to each file.
The most well known file allocation table file system is Microsoft's File Allocation Table file system.