System von eMMC.
atomicpi@localhost:~$ sudo dd if=/dev/zero of=sd.img bs=1M count=4096 conv=fdatasync
4096+0 records in
4096+0 records out
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 330.485 s, 13.0 MB/s
atomicpi@localhost:~$ sudo dd if=sd.img of=/dev/null
8388608+0 records in
8388608+0 records out
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 37.0633 s, 116 MB/s
Gut, das sieht bei der Schreibrate, nicht so prall aus.