07-26-06
|
#2 (permalink)
|
|
ETERNAL SUNSHINE
Join Date: Oct 2004
Location: Gravenhurst,UK
Posts: 38,273
|
Well the best kind of 80gb HDD would be a standard 80GB 7200RPM 16MB CACHE. If you also want raw speeds you would get a 74GB Raptor.
Also read up on RAID HERE:
Quote:
RAID 0
Diagram of a RAID 0 setup.A RAID 0 (also known as a striped set) splits data evenly across two or more disks with no parity information for redundancy. It is important to note that RAID 0 was not one of the original RAID levels, and is not redundant. RAID 0 is normally used to increase performance, although it can also be used as a way to create a small number of large virtual disks out of a large number of small physical ones. A RAID 0 can be created with disks of differing sizes, but the storage space added to the array by each disk is limited to the size of the smallest disk—for example, if a 120 GB disk is striped together with a 100 GB disk, the size of the array will be 200 GB (ie. 2 times the size of the smallest: 100GB). Although RAID 0 was not specified in the original RAID paper, an idealized implementation of RAID 0 would split I/O operations into equal-sized blocks and spread them evenly across two disks. RAID 0 implementations with more than two disks are also possible, however the reliability of a given RAID 0 set is equal to the average reliability of each disk divided by the number of disks in the set. That is, reliability (as measured by mean time to failure (MTTF) or mean time between failures (MTBF) is roughly inversely proportional to the number of members—so a set of two disks is roughly half as reliable as a single disk. The reason for this is that the file system is distributed across all disks. When a drive fails the file system cannot cope with such a large loss of data and coherency since the data is "striped" across all drives. Data can be recovered using special tools. However, it will be incomplete and most likely corrupt.
While the block size can technically be as small as a byte it is almost always a multiple of the hard disk sector size of 512 bytes. This lets each drive seek independently when randomly reading or writing data on the disk. If all the accessed sectors are entirely on one disk then the apparent seek time would be the same as a single disk. If the accessed sectors are spread evenly among the disks then the apparent seek time would be reduced by half for two disks, by two-thirds for three disks, etc., assuming identical disks. For normal data access patterns the apparent seek time of the array would be between these two extremes. The transfer speed of the array will be the transfer speed of all the disks added together, limited only by the speed of the RAID controller.
RAID 0 is useful for setups such as large read-only NFS servers where mounting many disks is time-consuming or impossible and redundancy is irrelevant. Another use is where the number of disks is limited by the operating system. In Microsoft Windows, the number of drive letters for hard disk drives may be limited to 24, so RAID 0 is a popular way to use more disks. It is possible in Windows 2000 Professional & newer to mount partitions under directories, much like Unix, and hence eliminating the need for a partition to be assigned a drive letter. RAID 0 is also a popular choice for gaming systems where performance is desired, data integrity is not very important, but cost is a consideration to most users. However, since data is shared between drives without redundancy, hard drives cannot be swapped out as all disks are dependent upon each other.
NOTE: Technical sites have stated that for home PCs, the speed advantages are only theoretical and aren't noticeable
|
There is more : http://en.wikipedia.org/wiki/RAID#RAID_0
__________________
Quote:
|
Gordon, the whole world has been taken over by a race of malevolent aliens. All of humanity is depending on you. Here's a goddamned crowbar.
|
Fold For The Cause ! Fold For The People
CPU E6750 G0 @ 3.7Ghz Vcore 1.43 |
Motherboard ASUS P5Q P45 Chipset |
Memory 4GB Patriot + Kingston DDR2 800Mhz @ 911Mhz |
Graphics Card eVGA 8800GTS 320MB Flashed 700/1800/2100 |
Hard Drive Seagate 250GB SATA 2 + 120GB BKUP |
Sound Card Creative Audigy 4 |
Power Supply Corsair HX 520Watt Modular |
Case CyberDruid TechStation V3 |
CPU cooling DTEK FuZion WB + MCR320 RAD |
GPU cooling SwiftTech MCW60 WB |
OS Windows Vista Ultimate X64 |
Monitor Advent 15" |
|
|
|