Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exfat read speed was only 22MB/S in 4.9.112+sdcard ,but in vfat it can be 80MB/S #31

Open
lxiaogao opened this issue Dec 13, 2021 · 3 comments

Comments

@lxiaogao
Copy link

HI namjaejeon:
Thanks for your code, I have tested your exfat code in qcom+4.9+sdcard,write speed was ok,but read speed was only about 22MB/S. Can you provide some suggestion about how to debug this,thank you again. one more question ,which exfat kernel version you based?

@namjaejeon
Copy link
Owner

Let me know how you measure performance. Have you dropped cache(echo 3 > /proc/sys/vm/drop_caches) before measuring performance ?

@namjaejeon
Copy link
Owner

and Does it depend on sdcard or kernel version? I wonder if the result will be different if HDD is used instead of sdcard and if you use the higher kernel version, It will show different results.

@lxiaogao
Copy link
Author

HI namjaejeon, thanks for your reply. Yes I have dropped cache and try two sdcard[sandisk & samsung] , the read speed result was the same , following was the test commands :

drop cache
#echo 3 > /proc/sys/vm/drop_caches

read speed test:
time dd of=/dev/null if=/mnt/sdcard/1.bin bs=4096k count=200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants