The case is that I use dd command to build a bootable usb for xxOS. /dev/disk2 is usb device. command is
dd if=xxOS.iso of=/dev/disk2 bs=8m
It spends a lot of time, the transfer rate is about 2MB/s~4MB/s. It makes me puzzle, why it's more slowly than copying files to an USB about 10MB/s or more up. May I use the right parameter?