Originally posted by ak48:
I'm confused about using raid with audio files.I'm told that it is best to store program files on on hard drive and audio files on another.Using a raid controller the audio files will be split on both hard drives and what if I want to store video files as well?
Can some pro please enlighten my limited know-how
of PC's
Tar
Tep
Much of your answer depends upon your motherboard and RAID controller. For example, yes, 2 drives can make up the array, which means two or more drives share information as would be the case with one IDE drive. However, depending upon the controller, and or mobo, you can also run another arry as a "second disk", or, still use a IDE single drive as another disk, or for that mater, several cobinations thereof, upto maybe 4 to 5 assigned drives. Suchas two on the IDE controller as Masters for each channel, and 2 to 4 on the RAID controller as either IDE or arrays.
But don't think of RAID as the solution to all the problems, because it won't do a thing to lower Latency if the interface and drivers are of a poor design. RAID just helps you get the stuff to and from the disk faster, it doesn't speed a slow interface.
RAID 0 can be comprised of up to 4 drives with these MB's. In theory, when using 2 drives, you can read and write data at about twice the speed of the slowest drive. With 4 drives, you can get about 3 times the speed of the slowest drive. So you could save some bucks buy adding 5400 rpm drives, but capacity is limited to the smallest of the drives times the number of drives. RAID 0 is very volitale to loss of data.
With RAID 1, this is a true mirror, and is therefore redundant, however, the writes are equal to the slowest drive whereas the reads are twice as fast as the slowest drive. RAID 1 requires even pairs of drives and capacity is equal to the smallest of drives.
In both cases, the reads will out perform a simple drive. BUT, If you put everything on one RAID group, the heads have to move between program calls and data reads thereby slowing down the function of your only drive group.
The best of both worlds is one raid 0 array and 1 RAID 1 array. In my opinion, you use Raid 1 for apps and data back up, and RAID 0 for cutting the tracks. You just need good dicipline for backup routines.