Hello;
We need a Transactional FAT File System for a Flash Memory and for a SD Card. Any of you know a comercial or free source implementation of this?
Thanks in advance.
(I don't know much about this.)
The URL you provided says that: -> TFAT (transaction-safe FAT) only can be implemented in a system using the extended FAT (exFAT) file system.
Though I don't know if the above statement is true. I know that exFAT (FAT64) is the newest filesystem design. And I heard exFAT is still under development. So, the robust solution can only be provided by Microsoft.
As per the URL:
en.wikipedia.org/.../ExFAT
Microsoft's embedded solution, Windows CE, optionally supports TFAT.
Since WinCE has an ARM edition. Then, the only possible solution will be WinCE for ARM. Otherwise you may need to implement the Transaction Safe feature on an existing FAT filesystem all by yourself.
I have founded some comercial solutions that implement this feature, but there are expensive. So, I'm trying to find an open source solution, if it is posible.