Oh, don't you love when terminology is ambiguous?
The "C" and "D" drives
are partitions - you can have multiple partitions on a
physical disk drive, or you can have a single partition per drive, and there's all sorts of other things you can do that I won't comment on right now, because it would just confuse.
RAID is a technology that "does stuff with multiple physical disks", and presents them as a single disk. This can be for performance, data redundancy, or both. The two most widely known modes are MIRROR (2x500gig drives would show up as 1x500gig drive, if one drive dies you have the exact same contents on the other drive) and STRIPE (2x500gig drives show up as 1x1000TB drive, you get around 2x read and write performance, but your files are "striped" across the two drives, so if one drive dies you lose
everything).
Anyway, you say you had only to partitions (or "drives") before the crash, and now your primary drive is suddenly split into this three-partition mess? Never seen anything like it :-s. But at least your second partition/drive was left intact?
There are tools for moving/resizing partitions, I used to use PartitionMagic in the past... but I'd
never use such a tool without doing backups first, as there's a quite real risk of losing data (google should be full of horror storries).
ANYWAY, I believe that with Vista it's possible to at least extend partitions, if not shrink/move, with the built-in diskmgmt.msc tool (you can press start, type diskmgmt.msc in the run bar, and press enter).
I would suggest that you make a "small" (considering your full harddisk size) partition for only Vista + Programs, and keep
all your data files, documents, music etc. etc. etc. on separate partitions. This makes it much easier to do a clean re-install without having to back up stuff and such. Iirc you're a software junkie, so you'd probably want to reserve 64 gigabytes or so for vista+programs - do your own measurement of how much you need
...
As for how to proceed now, it depends on what kind of resize/move Vista can do itself. I haven't needed to do this myself for many years (always doing clean repartitioning and shuffling data back and forth physical disks), so I don't really know what partition tools are available now, and whether there's any decent free tools.