如何检查ext4文件系统代码 [英] how to check ext4 file system code

查看:197
本文介绍了如何检查ext4文件系统代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为EXM4文件系统编写了一个代码,用于SD卡支持我的STM32f407微控制器。

如何查看我的文件系统代码,无论是否工作。

请给我一些建议。

解决方案

要测试Ext4的实现,你需要原始ext4项目的测试套件,我肯定你可以在互联网上找到,你可能需要适应你的硬件。



幸运的是你写了一个文件系统因为几乎每一块软件都在那里对测试很有用。

运行大量使用文件的应用程序,最好一次创建,重命名,更新,删除,移动,搜索和共享它们。如果一个月后什么都没有出错,我会说你在那里。 : - )

I have written one code for EXT4 file system for SD card support to my STM32f407 micro controller.
How to check my file system code,whether its working or not.
please give me some suggestions.

解决方案

To test an implementation of Ext4 you''ll need the test suite of the original ext4 project which I''m sure you can find on the internet and you might need to adapt it to your hardware.

Lucky for you that you wrote a file system because almost every piece of software out there is useful for testing it.
Run lots of applications that use files, Creating, Renaming, Updating, Deleting, Moving, Searching and Sharing them preferably all at once. If after a month nothing has gone wrong I''d say you''re there. :-)


这篇关于如何检查ext4文件系统代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆