2

Some experiment I did with hard drive read/write speed was 10MB/s write and 40MB/s read, and with a USB Flash drive, it can be 5MB/s write and 10MB/s read.

Also, if I put a virtual hard drive .vhd file in a hard drive or in a USB Flash drive and try a Virtual Machine using it, the one using the hard drive is quite fast, while the one using the USB Flash drive is close to not usable.

So I wonder some early netbooks use 4GB or 8GB flash memory as the hard drive, and even the Apple Mac Air has an option of using flash memory instead of a hard drive. But in those situation, will the speed be slower than using a hard drive, like in the case of a USB Flash drive?

quack quixote
  • 43,504
nonopolarity
  • 9,886

3 Answers3

7

One big difference is that the flash drive is using the USB bus, while the drive is using the SATA bus. So even if your flash memory was the same speed in both cases, the drive would have a higher potential throughput.

2

In your case it depends on your USB-port specification (2.0 is much faster, but 1.0 is very slow) and USB-port of your drive. And in case of netbooks they have a fast SSD drives. 'Tis very-very fast.

silent
  • 166
1

As others have pointed out, it depends on the speed of the bus, but for your measured speeds the bus is probably not the bottleneck (assuming you're using USB 2.0). The maximum throughput of USB 2.0 is 480Mbps (60 MB/s).

Flash memory write speeds can vary widely, depending on the particular technology used. Typically, USB flash drives are extremely slow because of the memory type and internal configuration. SSD drives usually address the performance discrepancy by interleaving the memory modules.

rob
  • 14,388