Fast transfers with dd and loop-devices
I often adjust various hard drive parameters when using dd
. Although the
setting options may not be very prominent, the transfer speed ultimately depends
primarily on the hardware being used.
The following parameters have proven successful for me when working with loopback devices:
dd if=/dev/sdf2 of=/dev/loop0p2 status=progress bs=64K oflag=direct oflag=direct