Slide 5
Slide 5 text
Renaud Lifchitz - Debunking fake USB flash drives 5
Testing USB 3 claims
Flash drive is already formatted in exFAT, let’s
test its speed by writing « zeroed » files:
$ for i in `seq 1 40`; do echo $i; dd if=/dev/zero of=f$i bs=1M count=1024; done
1
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.34213 s, 800 MB/s
2
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.06786 s, 350 MB/s
3
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 98.9574 s, 10.9 MB/s
4
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 119.99 s, 8.9 MB/s
Write speed quickly drops to ~9 MB/s, USB 3 really?