TLDR here. Results in MB/s.
Drive | Average | Test1 | Test2 | Test3 | Test4 |
Mini Flash USB | 4.35 | 3.4 | 4.0 | 4.6 | 5.4 |
Black Micro SD Adapter | 7.05 | 7.2 | 6.9 | 7.0 | 7.1 |
White Micro SD Adapter | 8.28 | 9.8 | 9.5 | 8.1 | 5.7 |
On-Board | 18.9 | 18.4 | 18.7 | 19.2 | 19.3 |
- I used dd for a basic but effective test of writing to the drives.
dd if=/dev/zero of=/path/to/mounted/usb/dd-test.img bs=100M count=1 oflag=dsync - I also realize that 100M is a bit smaller than I should have tested but found very similar results with 1G and 100M was faster :)
- The really crazy part is how much faster the adapters are going to the Micro SD card. I really thought the regular USB drive would have been faster.
- For a final test, I used the same Micro SD card for the O.S. in the on-board slot. Not surprisingly it was over twice as fast.
- The purpose of this post is so I can reference it in the future as well as make note of how I might want to group these styles of drives in the future.
- NOTE: I've experienced SOME sustained write issues with one of the adapters. It was a long time ago and I was in the middle of swapping stuff around so I don't recall which had the issue. My guess is that the chip warms up a bit and then doesn't play nice. Just keep that in mind for deciding how you want to proceed with your setup.
- Regular USB
This drive is the PNY 256GB Elite-X Fit USB 3.1 Flash Drive - 200MB/s
Here is the item description:
- Elite-X Fit USB 3.1 Gen 1 Flash Drive, backwards compatible with USB 2.0 (USB 3.1 Gen 1 offers identical performance as USB 3.0, but under a new name)
- Amazing performance with read speeds up to 200MB/s, ideal for large files and demanding applications
- Transfer speeds up to 30 times faster than standard PNY USB 2.0 Flash Drives
- A compact, plug-and-stay flash drive that’s ideal for adding more storage to computers, in-car stereos, game consoles, and more
- Micro-sized, long stay, low profile design can remain connected to host devices or maximum convenience. No need to insert and remove it after each use
Compatible with most PC and Mac laptop and desktop computers, in-car stereos, game consoles, printers, TV’s, and more
- Micro SD Cards
This same card is used in both of the adapters below.
SanDisk 256GB Extreme microSDXC UHS-I Memory Card with Adapter - Up to 190MB/s, C10, U3, V30, 4K, 5K, A2, Micro SD Card - SDSQXAV-256G-GN6MA
- Up to 190MB/s powered by SanDisk QuickFlow Technology (Up to 190MB/s read speeds, engineered with proprietary technology to reach speeds beyond UHS-I 104MB/s, requires compatible devices capable of reaching such speeds. Based on internal testing; performance may be lower depending upon host device interface, usage conditions and other factors. 1MB=1,000,000 bytes. SanDisk QuickFlow Technology is only available for 64GB, 128GB, 256GB, 400GB, 512GB, and 1TB capacities. 1GB=1,000,000,000 bytes and 1TB=1,000,000,000,000 bytes. Actual user storage less.)
Pair with the SanDisk Professional PRO-READER SD and microSD to achieve maximum speeds (sold separately), Compatible with microSDHC, microSDXC, microSDHC UHS-I, and microSDXC UHS-I supporting host devices
- Up to 130MB/s write speeds for fast shooting (Based on internal testing; performance may be lower depending upon host device interface, usage conditions and other factors. 1MB=1,000,000 bytes.)
- 4K and 5K UHD-ready with UHS Speed Class 3 (U3) and Video Speed Class 30 (V30) (Compatible device required. Full HD (1920x1080), 4K UHD (3840 x 2160), and 5K UHD (5120 X 2880) support may vary based upon host device, file attributes and other factors. See HD page on SanDisk site. UHS Speed Class 3 (U3) designates a performance option designed to support real-time video recording with UHS-enabled host devices. Video Speed Class 30 (V30), sustained video capture rate of 30MB/s, designates a performance option designed to support real-time video recording with UHS-enabled host devices. See the SD Association’s official website.)
- Rated A2 for faster loading and in-app performance (A2 performance is 4000 read IOPS, 2000 write IOPS. Results may vary based on host device, app type and other factors)
- Black Adapter
This was advertised as a generic "Memory Card Reader Adapter High Speed USB 2.0 Reader for Micro SD SDHC SDXC Z9Y6".
Here is the item description:
SuperSpeed USB 2.0 TF Card Reader Adapter
Quantity: 1 piece
USB 2.0 interface.
Fast transfer rates for reliable copy/download/backup.
No additional driver installation is required.
Powered by USB port, no additional power supply required.
Card Compatibility: for Micro SD SDXC/TF card
Compatible with Windows ME, 2000, XP, Vista, WIN 7 and OS with USB interface.
- White Adapter
This is the Micro SD Card to USB Adapter, TF Card Reader with Mini Size
Here is the item description:
The Micro SD/TF card slot adopts a hidden design and is embedded in the USB plug, which can minimize the volume and protect the memory card at the same time.
Stable Work: The shell is made of aluminum alloy, which has a longer service life. The new chip and circuit design can minimize heat generation and ensure the stability and reliability of data transmission.
Portable: Ultra-light and ultra-small, the lanyard hole design can be easily connected with keychains or electronic devices, preventing loss and portability.
Scope of Application: Applicable to all USB 2.0 standard ports, providing 480Mbps read and write speed, compatible with USB 3.0 ports.
Compatible Devices: Compatible with all mainstream operating system USB port, such as TV, portable audio, notebook, computer, car system, etc.
- Final thoughts
We're working with a USB 2.0 port which has a potential max of 60MB/s. That's much faster than the speeds I'm seeing. In real world testing we rarely see the max speed of a connection though. Even if we took half the potential max of USB 2.0 we're not getting close to potential speeds. At this point the Raspberry Pi 2 is aging hardware and we cannot expect to have datacenter/server grade performance. What this does do for me is provide a baseline that I can use to identify issue hardware. I plan on using a few Pi's for some projects and I'll be able to have a baseline for identifying issue drives in the future.