Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info. |
File Allocation Table
Jump to navigation
Jump to search
A data structure on disk that records which clusters are free, which are unusable, and which have been allocated. The clusters occupied by a file are linked into a list in the file allocation table, allowing DOS to find the contents of the file.