RK3328CC USB3.0写入速度太慢

本帖最后由 xplusone 于 2018-12-15 15:10 编辑

SD烧入系统:ubuntu16.04_arch64_20180514
测试3.5硬盘: 有外置电源供电,USB3.0的接口,在win10下,读取~150M/s 写入~110M/s

在3328cc上测试
time dd if=/dev/zero of=test.dbf bs=8k count=300000 oflag=direct
写入速度 ~35M/s

dd if=test.dbf bs=8k count=300000 of=/dev/null
读取速度 ~100M/s

通过千兆网samba测试
读取 ~60M/s
写入 ~20M/s

感觉读取速度勉强可以接受,写入速度太慢了,和在windows下相比
请问怎样能够提升写入速度????

这个我主要用来做NAS,所以看中3328cc的千兆网和usb3.0

楼主,问题有解决么?