This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Transactional FTA File System

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.

Parents
  • (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.

Reply
  • (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.

Children