hi chad
yes its possible but with the solid state drives required to run a raid array this large it would require you to re-mortgage your house
raid stands for redundant array of inexpensive disks and is used to allow computer users to achieve high levels of storage reliability from low-cost and less reliable PC-class disk-drive components, via the technique of arranging the devices into arrays for redundancy.
raid is split into different types known as "levels" and these include the following :
RAID 0 : this uses a technique known as "striping" and provides improved performance and additional storage but no redundancy or fault tolerance. Any disk failure destroys the array, which has greater consequences with more disks in the array (at a minimum, catastrophic data loss is twice as severe compared to single drives without RAID). A single disk failure destroys the entire array because when data is written to a RAID 0 drive, the data is broken into fragments. The number of fragments is dictated by the number of disks in the array. The fragments are written to their respective disks simultaneously on the same sector. This allows smaller sections of the entire chunk of data to be read off the drive in parallel, increasing bandwidth. RAID 0 does not implement error checking so any error is unrecoverable. More disks in the array means higher bandwidth, but greater risk of data loss.
RAID 1 : this is done using "mirroring" and provides fault tolerance from disk errors and failure of all but one of the drives. Increased read performance occurs when using a multi-threaded operating system that supports split seeks, as well as a very small performance reduction when writing. Array continues to operate so long as at least one drive is functioning. Using RAID 1 with a separate controller for each disk is sometimes called duplexing.
RAID 2 : used with hamming cide parity and disks are synchronized and striped in very small stripes, often in single bytes/words. Hamming codes error correction is calculated across corresponding bits on disks, and is stored on multiple parity disks.
RAID 3 : Striped set with dedicated parity or bit interleaved parity or byte level parity
RAID 4 : Block level parity : Identical to RAID 3, but does block-level striping instead of byte-level striping
RAID 5 : Striped set with distributed parity or interleave parity
RAID 6 : Striped set with dual distributed parity
-----------------------------------------------------------------------------------
The pc you saw on you tube has probally been customised or built by a end user with endless capital,and would cost you a kings ransom,however raid using 2 or 3 disks would give you similar results at a much smaller outlay
raid also requires you to have a raid controller which can be bought seperately and installed into a spare 32bit pci-bus slot
however most motherboards made within the last 3 years should come with a intergrated raid controller built into your motherboard
when installing windows you are required to install the raid drivers and during windows installation this is normally done by pressing the f6 key
any problems let me know
good luck chad !