Usually people want to speed dd
up but I want to slow it down, because I think there is something fishy going on with its speed.
sudo dd if=hannah-montana-linux-amd64.iso of=/dev/sdb1 bs=512k
5988+0 records in
5988+0 records out
3139436544 bytes (3.1 GB, 2.9 GiB) copied, 8.703 s, 361 MB/s
This is a USB 2.0 stick. How is this even posible? Did something go wrong?
Edit: This is not a duplicate because my question specifically asks whether the execution was successful or something went wrong. Additionally, if something did indeed go wrong I would like to know how to prevent this and how to use the command correctly.
progress
doesn't help either. – technical_difficulty Jan 03 '19 at 15:52dd
. – sourcejedi Jan 03 '19 at 17:19