RAID 0 and block size 64k?

  • Thread starter Thread starter bullyhill
  • Start date Start date
B

bullyhill

New member
Can someone tell me the advantages of using a RAID array "0" if any?
I am considering either using the array to record music onto and have a seperate drive for OS and recording software, or the other way around.
I hope I have this correct, It is better to have two drives or partitions, one with the software and OS and the other to be the reel . What is more important , disc accses speed on which side?
Or just partition the array and use software on one and record on the other.
Thank You
 
You're misunderstanding a little bit here. What you want is not RAID, you just want two drives, one for the OS and software and one for your data. This is a common setup. While there are minor performance advantages, the major payoff comes in that it's simply much easier to reinstall windows. Having two drives also gives you options for quick backups (assuming they are large enough).

RAID, is a "redundant array of inexpensive disks." There are many levels involving many configurations. RAID, at any level, has two specific functions: data reliability and/or enhanced performance. When you build a RAID, you are building a SINGLE VOLUME out of multiple drives.

With RAID 0, you basically just have disk striping, meaning that data is written in small "stripes" to two or more disks. The benefit of course is speed. A two-disk RAID 0 can improve sustained disk performance by 150-200%. With RAID 0, your volume size is equal to about the size of the two drives combined (e.g. 30GB + 30GB = 60GB). The risk of RAID 0 is that if just one of the drives fails, you lose the entire volume...thereby you're basically (let's say I'm statistically challenged) doubling your chances of data loss. Even extreme data recovery software might not be able to recover data from an array with a bad drive as easily as it could from a single drive.

RAID 1, in contrast, is basically disk mirroring. You have two disks creating a single volume equal to the size of one of the disks (e.g. 30GB + 30GB = 30GB). Data is written to both drives simultaneously, such that if one drive fails, the system will still be up. You can then replace the bad drive and recreate the array without losing data. There are some performance benefits while reading data, because data can be read in chunks off both drives...but there is often a small hit in writing data. The downside is of course cost, and that you lose data redundancy while waiting to replace a bad drive.

RAID 0+1 is as its name implies - the combination of RAID 0 and RAID 1, using 4 total drives. Downsides are of course cost, heat, noise, and so on.

Most of the RAID levels up from there consist of data striping with parity....more complex systems that don't have as much benefit in recording and aren't typically offered by IDE RAID controllers.

All of that said, I don't think RAID is worth it. You don't need the performance for audio, as a single 7200RPM drive will work, but there are other headaches such as controller issues (many IDE RAID controllers are flakey), cost, risk of data loss, etc. Plus you can't just pull your data drive out of one system and plop it into a new system.

What's important when recording is that you have at least a 7200RPM drive of enough capacity to hold your audio, and that you can back it up.

Slackmaster 2000
 
Thank you, I might have posed my ques. incorrectly. Thank you for your time though I should have been more specific. I have had multiple RAID setups and am currnetly using RAID-0-1 with the Highpoint controller and VIA KT 333 chipset. I have 2x60Gb 7200rpm ata133 at RAID-0 partitioned at aprox. 40 of the 120 Gb. I use the 40Gb partition for OS Sonar/Pro audio8,9,fruity loops etc... (My music stuff). I also write or store music data to this area and mirror it to a seperate 40Gb drive as backup.
-- One ? should've been , Shall I write this Data to a seperate drive or another stripped array as my controller can handle 4 discs achieving two physical arrays RAID0 ? You confirmed writing the the data to a second drive is better, but does the increase in write and access time help by making that second drive two discs at RAID0 also? From the manufacture recomended stripe size of 8k for usual PC jobs and a minimum of 64K when working with large files such in audio/video. Is this the case, Is recording at home the time to use RAID 0 at 64kb blocks? And at what end, the program being run , should this be RAID0 or the storage or music data disc or discs be RAID0 Or should I go nutty and create two raid 0 arrays. I have a forth disc I can use but don't really want to deal with the multiple formatting and OS,driver etc loading. Or give up my mirror drive. The rest of that 120Gb array Aprox 80Gb I run a second OS with basically storage and all other use as the 1st partition has been adjusted (services, registry and other various tweaks) to improve performance and make it look ugly. Thanks
 
Back
Top