I/O test of Sandisk Ultra 16GB Class 10 MiniSDHC on Raspberry Pi


Using 'dd' command on Linux of Raspberry Pi to test the I/O speed of the /dev/mmcblk0 on Raspberry. The miniSDHC card is in a SD card adapter.

The miniSDHC card is Sandisk Ultra 16GB Class 10 ( reading at 30MB/S as the company declared )

Result:

Writing speed:

root@raspberrypi /home/pi # time dd if=/dev/zero bs=256KB count=4000 of=/home/pi/test.img
4000+0 records in
4000+0 records out
1024000000 bytes (1.0 GB) copied, 107.528 s, 9.5 MB/s

real	1m47.547s
user	0m0.070s
sys	0m15.210s


Reading Speed:
 
root@raspberrypi /home/pi # time dd if=/home/pi/test.img bs=256KB count=4000 of=/dev/null
4000+0 records in
4000+0 records out
1024000000 bytes (1.0 GB) copied, 48.7671 s, 21.0 MB/s

real	0m48.787s
user	0m0.050s
sys	0m7.870s

Reading and Writing Speed:


root@raspberrypi /home/pi # time dd if=/home/pi/test.img bs=256KB count=4000 of=/home/pi/test_2.img
4000+0 records in
4000+0 records out
1024000000 bytes (1.0 GB) copied, 152.573 s, 6.7 MB/s

real	2m32.599s
user	0m0.060s
sys	0m23.190s




Since Raspberry Pi is not born with USB3.0,  the speed is as quick as that I got days before on Linux mint.

http://blog.csdn.net/spaceship20008/article/details/8454089

The bare reading speed is at around 20MB/S which is fine.

The bare writing speed is at around 9.5MB/S just as what Class 10 means -"10MB/S permitted".

The reading and writing speed is around 6.7MB/S. It is much better than that of Class 4 or Class 6.

The highest speed as what the company mentioned is not touchable on Raspberry Pi due to the architecture of it.


Above all, this Sandisk Ultra Class 10 SD card runs perfectly on Raspberry Pi.

Need to take good use of it. :)


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值