I can’t test CE-NG anymore but I can attest similar speeds on CE-NO, at least with the SanDisk on my DuneHD BoxR 4K.
I love hdparm as a tool but definitely not for benchmarks. 3 seconds is way to short to see anything useful and there’s no way to increase the timing to have longer runs. I tend to prefer dd + pv as it allows longer reads so we can see if it remains constant or jumps a bit up and down.
I doubt it, usually the larger capacity drives of the same line are as fast or faster than the smaller capacity drives. My guess is that USB drives with +200MB/s read rates rely on some feature absent in the 4.9 kernel USB stack.
It seems pv is not available on CE-NG so remove it from the command line like this :
dd if=/dev/sda of=/dev/null count=6291456
Since we don’t have the pipe anymore, we must specify where to send the data read by dd which is still /dev/null
pv measures the flow passing through it in real time and without it, you’ll have to wait until dd finishes to get the average transfer speed statistics. Remove count=### to read the whole device but it provides little benefit as there’s almost no variation between the start and the end of a USB flash drive like on rotating HDDs
At the end of the day, all this didn’t even matter. I spent an hour trying to boot off the SanDisk and never got it working. No matter what I did to try to get it going, it just kept boot looping.
So I guess I prefer a slower drive that works than a faster one that does nothing!
Does anybody know if it’s still possible to move CE’s data to EMMC if the Homatics is updated to ATV 14? I updated to the new 14.8.7475 today, but when I now run the “mount /dev/userdata /media/data“ command, I get an error:
mount: /var/media/data: wrong fs type, bad option, bad superblock on /dev/userdata, missing codepage or helper program, or other error.