2009年11月15日 星期日

speed up dd copy in linux

To speed up the dd command, you may try to set the block size:
dd if=system.img of=/dev/sdb2 bs=100K

it will help you to transfer in 100KB block size except in byte in last block. It will speed up the dump process a lot.

沒有留言:

張貼留言