Transaction-Safe FAT File System: Difference between revisions

Content deleted Content added
Limitations: Copyedit.
Redhatter (talk | contribs)
m TFAT: Link to File Allocation Table page instead of FAT disambiguation page
Line 2:
 
== TFAT ==
The original form of TFAT was a driver layer modification to the original [[File Allocation Table|FAT]] file system that maintained two copies (FAT0 and FAT1) of the file allocation table instead of just one. While performing a drive operation, changes would be made to FAT1. When the operation was complete, the FAT1 table would be copied to FAT0, updating the stable view of the file system.<ref name=MSTFAT>[http://msdn.microsoft.com/en-us/library/aa915463.aspx TFAT Overview]</ref>
 
== TexFAT ==