There are many places where one can purchase adaptec raid. A good place is the website "Amazon" or the website "eBay" to purchase adaptec raid online.
It is relatively easy to replace Raid one drive with a larger Raid one drive. You must turn off your system, and take out the drive, and place the larger drive in its place. Next, you turn on the system, and install the larger drive.
RAID 1
That is RAID 1. It uses two drives with identical data so if one fails, you have the other drive. One variation of RAID 1 used by certain controllers is to write as RAID 1 but read more like RAID 0 (but without the striping). That way, you have the write protection of a mirrored set, but can use the two drives to do interleaved reads for a read performance boost.
To understand what is raid level 10 you need to know what is Raid 0 and what is Raid 1. Raid 0 is writing of certain data to two hard drive in stripes, thus doubling the speed of writing or loading data. Raid 1 is parallel writing of data to two hard driver. Whatever is written to drive one is written to drive two, thus having automatic backup of data in case of something goes wrong. Now if you combine these two, you get Raid 10. Your data are first written in stripes to hard drive let's call them 1 and 2 and then data from 1 and 2 are copied to hard drive 3 and 4 respectively. All this happen on the fly. This give speed and security of your data if one of primary hard drives fails.
RAID stands for "Redundant Array of Inexpensive/Independent Disks". RAID works by combining two or more hard drives. It can increase performance and/or data redundancy and/or capacity. There are many different RAID types, the most common being RAID 0 (stripe), RAID 1 (mirror) and RAID 5 (stripe with parity).In a RAID 0 (stripe) array, data is split equally between the number of disks in the array. For example, when a 2 MB file is written to a RAID 0 array with two hard drives, the file is split in to two parts and 1 MB of data is written to each hard drive. This increases capacity and performance, but sharply decreases redundancy since only one of the drives needs to fail for all information to be lost.Performance = Drive Speed * Number of DrivesCapacity = Drive Size * Number of DrivesRedundancy allows for no drives to fail.In a RAID 1 (mirror) array, a complete copy is written to each hard drive in the array. Capacity and performance stay the same, but redundancy is increased. As long as one drive works, you will not lose data.Performance = Drive SpeedCapacity = Drive SizeRedundancy allows for all but one drive to fail.In a RAID 5 (stripe with parity) array, you need at least three hard drives. Files are split up to all but one of the drives (similar to RAID 0) and a parity bit is written to the last drive. This increases performance, capacity and redundancy. Performance is not as good as RAID 0, but still better than RAID 1. Redundancy is not as good as RAID 1, but is still quite reliable.Performance = Drive Speed * (Number of Drives - 1) (Theoretical)Capacity = Drive Size * (Number of Drives - 1)Redundancy allows for one drive to fail.There are other RAID levels, but they are not as common.The main benefit of using a RAID array is data redundancy and/or performance.Non-commercial (home) users and enthusiasts wanting a very large increase in performance (theoretically multiples of the number of drives used) usually go for RAID 0 since they often are not too worried about drive failure and they enjoy the larger drive capacities that it provides.Small businesses who only need cheap redundancy usually go for RAID 1. If one drive fails, the drive can be replaced and the mirror array restored.Larger businesses or those needing file/database performance go for RAID 5. They can afford the price of an extra drive and a more expensive RAID controller. RAID 5 provides high performance with large capacities while still maintaining data redundancy and is the most desirable in a business or enterprise environment.There are some other options for RAID such as RAID 10 or RAID 01.RAID 10 features two separate RAID 0 arrays which are then mirrored in a RAID 1 array.RAID 01 is the opposite, with two separate RAID 1 arrays which are then striped with a RAID 0 array.There are other non-standard RAID levels, but most are rather uncommon.Alternatively, there is also drive spanning (aka JBOD), but this provides no extra redundancy or performance. Drives are "glued", if you will, end to end.The benefits of each RAID level vary. The type of RAID used depend on the job it must fulfill.
Such level of redundancy is called RAID 1 and nowadays is used mostly in consumer level computers.
A group of hard drives assembled into a RAID array is often referred to as, well, a "RAID array" a "RAID stack" or a "RAID cluster."
RAID 5 is more fault tolerant than RAID 0 and RAID 1 because it uses striping with distributed parity, allowing it to withstand the failure of one drive without data loss. In contrast, RAID 0 offers no redundancy, meaning that the failure of any single drive results in total data loss, while RAID 1 provides redundancy through mirroring but requires twice the storage capacity. Therefore, RAID 5 strikes a balance between improved performance and efficient storage utilization while still providing a level of protection against drive failures.
One could purchase a 20GB hard drive for an Xbox 360 online from Ebay or Amazon. One could also purchase a 20GB hard drive from gaming stores such as Game stop.
Hardware will be RAID PCIe / PCIx RAID hardware controller but The hardware RAID is often the motherboard RAID controller or a separate RAID card.
RAID 0 is the best for speed because it uses "data stripping". That means if one drive fails, all you have left on the other one is useless bits and pieces of your files. That means one drive failing will corrupt ALL your data. If you choose RAID 0, you MUST back up your data at the very least every day. Preferably every hour. Automatic back ups is a good idea anyway. RAID 1 uses "mirroring". When you save a file, it gets saved to BOTH drives. Putting drives in RAID 1 does not make the system faster. That means if one drive fails, the other one will still contain all your data. The problem with RAID 1 is that you only get HALF of the space you bought. For example, if you put 2 drives with a 3TB capacity in RAID 0, you would have 6TB. 2 drives with 3TB each in RAID 1 would mean instead of 6TB, you would only have 3TB. The reason for that is because both drives contain the EXACT same data. RAID 5 is pretty good for speed and if 1 drive fails, you can just replace it and rebuild the RAID 5 array without losing any data. RAID 5: RAID 1: RAID 0: I would create a RAID 0 array to store your files and if you care about any of the files you would store on your computer, a RAID 1 or RAID 5 array (I would recommend RAID 5) to back up your data to. I hope this helps.