3

In an answer to my question on hardware specs for a new computer the author wrote:

A single HDD is not going to give you fast IO performance.

and suggested that I get

a second hard drive, either a small SSD, or a WD raptor

How does having two hard drives increase the speed of a computer?

5 Answers5

8

Because sometimes your computer is performing more than one disk activity at once.

Example: you're loading ___MB of game assets from disk #1 while Windows does its pagefile activity on disk #2.

Another reason for a hybrid "fast small disk + slower bigger cheaper disk" strategy is cost. Ideally, you'd have 5TB of fast solid-state storage and no spinning disks. That's not cost effective unless you're the king of an oil kingdom, but most demanding users can probably afford a $250 80GB Intel SSD to speed up OS and key software applications in addition to the 7200RPM drive they were going to buy anyway.

John Rose
  • 345
4

A second physical hard drive will only give you faster I/O throughput when you're copying from one to the other or when otherwise using both disks.

Under most scenarios, where normally you're only using one disk, there is no performance increase.

harrymc
  • 498,455
2

Because you can read from two different sources at once.

Your HDD can only read one thing at any one time, and to read another it has to move the read head, two drives can have potentially double the throughput (Two identical drives WILL have double throughput in RAID 0)

Phoshi
  • 23,483
1

The idea is to have your operating system installed on the fast drive (the SSD or the Raptor). Any program files, games, applications you install will be stored here and run from here. You take advantage of a really fast read/write, while not wasting money on space that you won't be using.

Then, you get another drive strictly for storage media. This way you can get a cheap 1TB+ drive. Personally I like the WD Caviar Greens cause they run quiet, cool, and power efficient. This won't effect performance of your computer.

The way I have it set up is I have a 10,000RPM WD raptor for my OS, and I have 2 x 1TB WD Caviar Blacks set up in a RAID 0 to make a 2TB drive, and I back that up with a 2TB external.

GiH
  • 4,059
0

It somewhat depends on how you use your system. If you are running a single hd it can be fairly easy to cause your computer to crawl if you are doing a lot of read/write across different areas of the hard drive. If you are downloading large torrents, watching hd rips and installing software at the same time it can cause the system to crawl. If you have a ton of ram to throw at the problem there are software configurations that can speed things up quite a bit if you don't mind a long boot time. Another strategy is to split the load across multiple drives. If you have a drive for all your media and downloads separate from your operating system it can speed things up quite a bit in this situation. You could also add a 3rd drive for all your installed software separate from your OS. I have found this can make programs launch quicker and reduce load times. These days for most people I would recommend a ssd for your main install and a large hard drive for downloads, media storage, games that don't fit on the ssd.