• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Which harddrive should i get?

BChico

Platinum Member
I am looking at the ibm deskstar 7200 rpm 30 and 45gb drives, would it be better to get the 2 30's rather that the 45's, or is there no difference?
 
I'd get 2 30s and put games and apps on one of them, and virtual memory on a different one. You'll get much better Virtual memory performance if it's not competing with OS for disk usage.

That's what I've got (my OS one is actually a 45..but close enough).

I'm not a big fan of IDE RAID....but do a search in the forums for 'RAID' you will see a lot of threads full of opinionis on the subject. Many people disagree with me, and all of our opiniosn are valid.

If you just want the facts on what RAID is, check out The Skinny on RAID at Ars Technica



 
Man i feel like a sped, i have an idea of what virtual memory is but why would i want to put it on another drive and what exactly is it?
 
virutal memory is HD space used LIKE ram.
virtual memory is always faster when your swap file is on another HD because instead of having to read the data then write it back, it writes to a different drive and therefore is faster.
 
How would you go about setting that preference?

Does anyone recommend the SupraExpress 56E V.90 K56Flex External PC?
 
Virtual Memory is using hard drive space like RAM incase you need more RAM than you have.


A hard drive has an Arm that actually read the data (well actaully it's the heads at the end of the Arm...but the Arm positions the reader) and any given hard drive only has one Arm, so you can only be reading data from one place at a time.

Well if you have absolutely everything on a single physical drive, then if a game tries to read or write some data from one of it's data files, or when you load a program or whatever, then if you also try to do a virtual memory read you have two read (or writes), and you want both of them to go as quickly as possible (Virtual Memory and Game Data can both be needed in a game, and usually quickly!) well if you have both Game Data and Virtual memory on a single hard drive, then they have to fight over the Disk Arm.

If you put Virtual Memory on a separate disk, then it will use that Disk's Arm, and the Games can use it's own Arm. No fighting over Arms means both reads get done faster (the usual name for this is Disk Arm Contention if you care).

So I put Virtual Memory on my 30Gig disk along with things that aren't accessed frequently (like MP3s, downlaods, etc) so that way it for the most part is undisturbed, so I can load programs and play games and they get their own disk instead of having to fight with the Virtual Memory.

I hope you sort of understood all that. It's kind of a convoluted concept, but 2 disk arms = better average seek and throughput.

If you want more proof of this, the company I work for has 2.1 Terrabytes (2100 gigs) worth of 4 and 8 Gig Drives, to keep the number of disk arms high so we can have lots of independant reads happening at once. We refuse to use larger drives (yes we have hundreds of drives) because then yes you get lots of space but total throughput goes down because people fight over disk arms.

Now I don't recommend you use 5 8Gig drives or anything quite so extreme. But an extra drive for Virtual memory can be quite beneficial.
 
I'd also go for 2 30gb drives NOT in RAID. 🙂

The swap file on a separate physical drive is a great idea.
(there's a very noticeable difference especially when you do something hard drive intensive, or even when you just copy something from one drive to another.)

(a shame that out of the box consumer PCs probably won't ever feature more than 1 physical drive.)

RAIDing the drives would defeat the utility of swap file on a separate drive.

Now if you bought THREE drives and raided 2 of them, and had the swap file on the 1 drive or the raided drives, that'd be okay 🙂
 
Back
Top