CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 5445|回复: 3

lubuntu 系统 cubietruck ssd 测试速度

[复制链接]
发表于 2014-7-22 20:35:01 | 显示全部楼层 |阅读模式
write
sudo dd oflag=direct if=/dev/zero of=aaa bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 30.1714 s, 34.8 MB/s


read and write
sudo dd iflag=direct oflag=direct if=aaa of=bbb bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 30.1714 s, 34.8 MB/s


read
sudo dd iflag=direct if=/dev/sda1 of=/dev/null bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 6.64053 s, 158 MB/s
回复

使用道具 举报

 楼主| 发表于 2014-7-22 20:41:32 | 显示全部楼层
这是 PC的机械硬盘
write
sudo dd iflag=direct oflag=direct if=aaa of=bbb bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 8.08554 s, 130 MB/s

read and write
sudo dd iflag=direct oflag=direct if=aaa of=bbb bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 19.1264 s, 54.8 MB/s
回复 支持 反对

使用道具 举报

发表于 2014-7-23 18:01:32 | 显示全部楼层
ssd优势不大?甚至输给机械硬盘?
回复 支持 反对

使用道具 举报

发表于 2014-8-23 00:14:28 | 显示全部楼层
yeyunxiaopan 发表于 2014-7-22 20:41
这是 PC的机械硬盘
write
sudo dd iflag=direct oflag=direct if=aaa of=bbb bs=1M count=1000

机械硬盘第一个是不是read 写成write了
另外你的ssd是哪一款?  

我也考虑入手ssd,但不知道CT支持怎么样,
可能比nand快不了多少

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-5-18 19:54 , Processed in 0.022266 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部