TF卡测试

TF卡简单测试

写速度:

time dd if=/dev/zero of=/mnt/sdcard/test bs=1024k count=100 conv=fdatasync

执行下面指令清除缓存

echo 3 > /proc/sys/vm/drop_caches

读速度:

time dd if=/mnt/sdcard/test of=/dev/null bs=1024k
posted @ 2025-11-17 09:36  杨旭0324  阅读(4)  评论(0)    收藏  举报