garrettk4 :
I have a Intel 520 series 120gb SSD (Windows 7 Pro on it and a few games)
My other 1TB HDD has all of my music, videos, backup.
What I noticed a few days ago was when I backed up my files (Made a system image on the storage drive) that it took up a 20 gigs. Its not much but say in a few years when that 20 turns into 100gigs. Over time I will be in trouble if I continue to back up on the same drive.
So my question is can I get another drive of equal or higher volume and RAID the 2 so the computer recognizes it as one whole storage drive.
First off, depending on the backup technology you are using, be aware that you may not in fact be making new 20 GB images with each backup. Some backup software allows for differential backups so that only the blocks that have changed are stored for subsequent backups. There are some risks to this if something in the middle gets corrupted, but it also requires far less storage on your backup location.
That said, you have a few options.
Spanning: Win 7 Pro allows you to create a dynamic volume that will span drives. So you could add a new drive later on (doesn't even need to be the same size), and span your music, pictures, videos and backup data across the two drives. This isn't RAID 0 because the data isn't sliced; it is stored first on one drive, and then on the second once the first is full.
There are downsides to this. First, you typically cannot boot from a dynamic disk. Second, only Windows can read a dynamic disk, which means that your image restore software might not be able to (!). Definitely something you'd want to try before you took it very far. Third, if either of your data disks fails, you lose everything on both. The good aspects of this are: 1) you can use different-sized disks, and 2) you can do this after you already have data on one of the disks, without losing everything.
RAID: Win 7 Pro allows for striping and mirroring, but I don't think it allows RAID 10. And IIRC, I don't think you can migrate a volume to a RAID 0 array without losing the data on it. The Z77 chipset also allows for RAID 0, 1, 5, and 10, but again you would lose your data if you tried to migrate your existing disk. Also, if your O/S drive and boot drive (where that little hidden 200 MB volume is) are connected to one of the Z77's SATA ports, then you'd need to fix your O/S after switching BIOS from AHCI to RAID. Not fun; there's a thread around here somewhere that explains how to do that. You
could add two 1 TB drives, set them to RAID 0 using the chipset, copy over your data, and then migrate to RAID 5 by adding your existing disk to the array. That would give you data redundancy while doubling your storage space.
Directory Mounting: Win 7 Pro also allows you to mount a volume into a
folder on another volume. So you could get, say, a 3 TB green drive and add it to your system as drive V:. Next, move all of your video files over to it, freeing up space on your 1 TB drive. Then, mount your V: drive into the now-empty video files folder on your data drive, and all of a sudden your videos reappear exactly where they were. There are downsides to this approach relating to performance, backup sizes and indexing, but it might be the solution you need. Three benefits are that (1) the new drive can be bigger, (2) if a drive fails, you only lose the data that was on that drive, and (3) this works with basic rather than dynamic volumes, so you can still get to your data with other O/Ses if your system dies.
I will say that unless you have a redundancy / backup strategy for your data drive elsewhere in your environment, RAID 0 is NOT the way to go. I've lost 5 out of 22 3.5" drives that I've owned. Each dead drive lasted a bit longer than 5 years, running in a 24x7 hot environment. Of the remaining 17, two are just approaching 5 years now, and the rest are all younger. The dead ones are all WD RE series, so they're rated for 24x7 use in RAID environments.