Starting a system from removable media is a long sequential read followed by a lot of small scattered ones. That pattern is unforgiving: it exposes exactly the weaknesses that a headline transfer figure hides.
The controller does most of the deciding
Inside every drive is a small controller managing wear levelling, error correction and the mapping between what the computer asks for and where the data physically sits. Inexpensive drives use minimal controllers with almost no cache and limited parallelism. They can post a respectable peak figure on a single large sequential read and then collapse when asked for many small reads at once, which is precisely what a booting operating system does.
This is why the difference between a bargain drive and a reputable one is far larger during boot than during a file copy.
Flash type sets the floor
| Type | Bits per cell | Behaviour under load |
|---|---|---|
| SLC | 1 | Fastest and most durable; rare and expensive |
| MLC | 2 | Good balance; uncommon in consumer sticks now |
| TLC | 3 | The mainstream choice; adequate with a decent controller |
| QLC | 4 | Cheap per gigabyte; slows noticeably once caches fill |
Manufacturers rarely print this on the package. It usually has to be inferred from the price, the brand's reputation and independent reviews.
The port is a ceiling, not an engine
USB generations set an upper bound the drive may never reach. A drive capable of 40 MB/s will not improve when moved to a faster port. But the reverse is common and worth checking: a capable drive in an older port is limited by the port, and front-panel connectors on desktop cases are frequently older than the ones on the motherboard's rear panel. If a drive feels slow, try a different port before concluding anything about the drive.
How the data is arranged
A drive full of images that were copied, deleted and recopied over months has its files scattered. Sequential reads become scattered reads, and the controller's job gets harder. If a drive has had a long life of edits, copying its contents off, reformatting and copying them back in one pass is a reasonable first move — it costs an hour and sometimes fixes a mystery.
Drives slow down as they approach full. Leaving ten to fifteen per cent free gives the controller working room for wear levelling and garbage collection.
Thermal behaviour
Small metal-bodied drives get genuinely hot during sustained transfers, and flash controllers reduce their speed to protect themselves. A drive that starts a large copy quickly and then settles into a much slower rate is usually doing exactly this. Larger bodies with more surface area sustain their rate for longer, which is one of the few cases where a bulkier product is the better engineering choice.
Choosing a drive for boot media
- Prefer manufacturers who publish both read and write figures. Silence about write speed usually means it is not good.
- Look for independent tests that report sustained rates rather than peaks.
- Favour capacity you will only half fill over capacity you will fill entirely.
- Consider a small external SSD in an enclosure. It costs more and is bulkier, but the difference in behaviour is large.
- Buy from a source you can return to. Counterfeit high-capacity drives — which report a size they do not have — are a real problem, and the failure mode is silent data loss.
Setting expectations
Even a good drive is slower than an internal disk. A live desktop session starting from USB will take longer to reach a usable desktop, and applications will open more slowly than the same distribution installed. That is the medium, not the drive. What a good drive buys you is the difference between "noticeably slower" and "unusable".