在 WinCE 5.0 上验证 T-FAT
我们在 WinCE 5.0 上基于闪存的 FAT 文件系统上遇到了严重的文件损坏问题。我们认为文件被损坏是因为 WinCE 设备在写入 FAT 时被关闭。因此,我们改为T-FAT(事务性FAT)。
验证我们的问题是否已解决的最耗时的方法是什么?
We were having serious problems with corrupt files on our flash based FAT filesystem on WinCE 5.0. We believed that the files got corrupted because the WinCE device was turned off while writing to the FAT. Thus, we changed to T-FAT (transactional FAT).
What is the least time consuming way of verifying that our problems are solved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要查看存储管理器(如果您正在构建自己的操作系统映像,则可以在控制面板中启用它)。
存储管理器有一个用于扫描、创建和修复分区的用户界面。
您还可以查看以编程方式执行此操作: -
http://msdn.microsoft。 com/en-us/library/aa910657.aspx
http:/ /msdn.microsoft.com/en-us/library/aa916710.aspx
You might want to look at storage manager (which can be enabled in Control Panel if you are building your own O/S image).
Storage Manager has a UI for scanning, creating and repairing partitions.
You can also look at doing this programmatically: -
http://msdn.microsoft.com/en-us/library/aa910657.aspx
http://msdn.microsoft.com/en-us/library/aa916710.aspx