Interesting. Your disk is significantly slower than mine (Kingston A400 on a Startech USB3 adapter), but not sufficiently slower to be your root cause.
You said that you're copying TO the NVME drive, but the hdparm test only tests read performance, which is typically faster, sometimes significantly, than write performance.
What do you get when, on the Pi4 you do:I'm seeing a solid 110MB-115MB/sec writing to the local SSD:Not totally scientific, just trying to rule out possible suspects.
You said that you're copying TO the NVME drive, but the hdparm test only tests read performance, which is typically faster, sometimes significantly, than write performance.
What do you get when, on the Pi4 you do:
Code:
rm -f foo.datdd if=/dev/zero of=foo.dat bs=16M count=128 oflag=nocache
Code:
rm -f foo.dat ; dd if=/dev/zero of=foo.dat bs=16M count=128 oflag=nocache128+0 records in128+0 records out2147483648 bytes (2.1 GB, 2.0 GiB) copied, 18.8175 s, 114 MB/s
Statistics: Posted by bls — Wed Mar 06, 2024 11:17 pm