Click here to Skip to main content
15,903,856 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.
Posted
Comments
Sergey Alexandrovich Kryukov 17-Apr-13 2:19am    
Wow! From your question, "I have written" sounds a huge exaggeration. :-)
—SA
Mohibur Rashid 17-Apr-13 2:20am    
agreed, OP's question and I have written is contradictory.

1 solution

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. :-)
 
Share this answer
 
Comments
H.Brydon 17-Apr-13 12:36pm    
+5 and bookmarked. :-)
Member 9978154 19-Apr-13 4:41am    
well,thanx for ur reply.But i want to know the procedure for testing of a file system.
i got one code,but without main function.
so i want to write my own main function

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900