dwing吧 关注:5,644贴子:88,558
  • 8回复贴,共1

Extended FAT File System

只看楼主收藏回复

8/28/2008

Extended file allocation table (exFAT) is a new file system that is better adapted to the growing needs of mobile personal storage. The exFAT file system not only handles large files, such as those used for media storage, it enables seamless interoperability between desktop PCs and devices such as portable media devices so that files can easily be copied between desktop and device. In addition, exFAT can be adopted with minimal effort.

The exFAT system offers the following advantages:

Enables the file system to handle growing capacities in media, increasing capacity to 32 GB and larger.
Handles more than 1000 files in a single directory.
Speeds up storage allocation processes.
Removes the previous file size limit of 4 GB.
Supports interoperability with future desktop OSs.
Provides an extensible format, including OEM-definable parameters to customize the file system for specific device characteristics.
In addition, you can choose to add transaction support to your exFAT implementation (TexFAT) to ensure transaction-safe operations. As of Windows Embedded CE 6.0 and later, TexFAT can only be supported in an exFAT environment.


IP属地:广东1楼2008-12-04 09:12回复
    哦。谢谢。那以后可以做这个文件系统,在XP下用了。不知道EXFAT.SYS的效率怎么


    IP属地:广东3楼2008-12-05 10:50
    回复
      microsoft上找不到EXFAT的支持驱动


      IP属地:广东4楼2008-12-05 11:01
      回复
        • 121.29.188.*
        不是说了微软并未发布补丁嘛……那两个文件需要自己从Vista或Win2008里找。

        uexfat.dll放到%SystemRoot%\system32\
        exfat.sys放到%SystemRoot%\system32\drivers\

        然后是注册表:

        Windows Registry Editor Version 5.00

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\exfat]
        "Description"="exFAT File System Driver"
        "DisplayName"="exFAT File System Driver"
        "ErrorControl"=dword:00000001
        "Group"="Boot File System"
        "Start"=dword:00000002
        "Type"=dword:00000002

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\System\exfat]
        "EventMessageFile"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,49,00,6f,00,4c,00,6f,00,67,00,4d,00,73,00,67,00,2e,00,64,00,6c,00,6c,00,00,00
        "TypesSupported"=dword:00000007

        由于绝少有XP被这样处理过,建议非特殊情况不要在Vista里格式化成exFAT。微软自己也是推荐Windows Mobile或OEM用途的。


        5楼2008-12-05 12:44
        回复
          • 121.29.188.*
          以上方法出自Neowin论坛:
          http://www.neowin.net/forum/index.php?showtopic=625852


          6楼2008-12-05 12:48
          回复
            你只是说了微软没有发布FORMAT的补丁…


            IP属地:广东7楼2008-12-05 14:11
            回复
              • 123.55.143.*
              好像没有第三方工具可以格这种格式啊,

              在无忧论坛看过这个格式的介绍,感觉没什么实际用


              8楼2008-12-05 20:17
              回复
                • 123.139.83.*
                还是不用为好,没看到性能上有重大提高,却要冒某些软件不完全兼容此文件系统丢失数据的风险


                9楼2008-12-06 19:28
                回复
                  exFAT毕竟也只是一个过渡产品~


                  10楼2008-12-09 01:58
                  回复