Why is dd so slow with a bs of 100M

I just tried to overwrite a fast ssd using dd. Using the ubuntu boot image I typed in: dd if=/dev/zero of=/dev/sda bs=100M error writing '/dev/sda': No space left on device blah blah 256 GB copied, 1195.81 s 214 MB/s Isn’t that quite slow? And where is the bottleneck? What about the choice of block size? … Read more