Lassu irasi sebesseg, elfogadhato olvasasi sebesseg dd-vel


dd if=/dev/sdb of=image.bin

10 MB/s sebesseggel megy. (Kulso usb-s vincsirol.)

Viszont


dd if=image.bin of=/dev/sdb

1.5 MB/s sebesseggel.

Indok es megoldas: a dd 512 byte-onkent sync-el
vagyis:


dd if=image.bin of=/dev/sdb bs=1M

mar 10 MB/s irasi sebesseget ad.