Content deleted Content added
Matthiaspaul (talk | contribs) Improved wording |
Matthiaspaul (talk | contribs) m Fixed name |
||
Line 1:
'''Transaction-Safe FAT File System''' ('''TFAT''') and '''Transaction-Safe
== TFAT ==
The Transaction-Safe FAT File System (TFAT) is 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 two identical ones. 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 ==
The
The use of exFAT as the underlying file system allows for larger files and larger partitions. TexFAT requires a hardware-specific driver designed for the type of media on which the TexFAT volume resides.<ref name=MSTexFAT />
|