读写速度

dd if=1Gb.file of=2Gb.file bs=64k

 

写速度

time dd if=/dev/zero of=test.dbf bs=8k count=300000

读速度

time dd if=/dev/sda1 of=/dev/null bs=8k count=300000