- Joined
- May 17, 2005
- Location
- High Desert, Calif.
I was going through my collection of USB drives and decided to destroy the older ones and a couple that had crappy write speeds. Almost destroyed a 256GB Patriot USB drive, doubled checked on Newegg and realized that it's still under warranty. Went through the RMA process, did the testing that Patriot support requested...RMA granted. Just got the replacement- a Patriot Supersonic Rage Elite 256GB USB 3.1, Gen. 1.
Benched the write & read with "dd":
Also used the Disks benching utility:
Much better....thanks Patriot!
Benched the write & read with "dd":
Code:
root@asrock79:/media/user/PATRIOT# dd if=/dev/zero of=./largefile bs=8k count=10000
10000+0 records in
10000+0 records out
81920000 bytes (82 MB, 78 MiB) copied, 0.541234 s, 151 MB/s
root@asrock79:/media/user/PATRIOT#
root@asrock79:/media/user/PATRIOT# sh -c "sync && echo 3 > /proc/sys/vm/drop_caches"
root@asrock79:/media/user/PATRIOT# dd if=./largefile of=/dev/null bs=8k
10000+0 records in
10000+0 records out
81920000 bytes (82 MB, 78 MiB) copied, 0.299705 s, 273 MB/s
Also used the Disks benching utility:
Much better....thanks Patriot!