Okay, let's take a few steps back
RAID means
redundant array of independent disks, the key word here being
redundant.
Basically, you need at least 2 drives to do RAID. You have different types of RAID : RAID 0 to RAID 6 are the standard ones. For your case, with a W520, you are limited to
2 drives, so you can only do RAID 0 and RAID 1. (RAID 2-5 needs minimum
3 drives, RAID 6
4 drives).
In each case, Windows will see your drive as one logical drive (c:\, like you said). So, like a logical drive, you can partition it, or do whatever you want.
So let's take a look at RAID 0 and 1 which are the 2 modes you'll have to choose from. Let's say you have two 500 GB drives in your machine.
-
RAID 0 : You put your 2 drives together to make a
1000 GB (1TB) logical drive.
++ Pros : increased reading & writing speed
-- Cons : no fault tolerance : one drive fails, ALL your data is at risk
-
RAID 1 : Your 2 drives are mirrored : one is the exact copy of the other. You have a
500 GB logical drive
++ Pros : increased reading speed, fault tolerance (if one drive fails, your data is safe (up to a point))
-- Cons : standard writing speed, two drives for half the storage space (price of security...)
So, now for the hardware part. Theoretically, you could do RAID with different drives, but that's a waste because you would be limited by the smaller drive ; so you need 2 identical 2.5 inches drives. That's why you can't have an optical drive (DVD) : the second 2.5 inch drive goes in its place, in a caddy. You'll much likely use mechanical drive, or if you have money to spend, 2 SSDs (incredible performances then).
So you can buy an external USB DVD writer if you need it. I don't know if Lenovo sells one, but my guess is it would be cheaper anywhere else...
Or, for recovery / installation purposes, you can use a USB key, which is a lot faster...
The third storage option on the W520 is mSATA, which allows you to plug a small SSD drive in place of a WWAN adapter. Today, they are of smaller capacity, slower and more expensive compared to 2.5 inch SSD, but it can be a good alternative for a boot drive if you want to keep your optical drive, or if you want to do RAID
Finally, all the configuration, like which drive to boot on, or whether to use RAID 1, RAID 0, or no RAID at all, is easily modifiable afterwards. BUT you have to order RAID on your config if you're planning on using it, you can't activate it afterwards.
T60p, W520 in the mail... Can't wait for the jump in performance !