A few questions regarding RAID
No
. I want to either buy a hdd or a ssd and raid the ssd/hdd ill buy with the existing ssd/hdd, sorry.
There are a whole host of reasons why this is a bad idea, and not only like kind of a bad idea, its a really bad idea. I am telling you this as a computer sciences professional that actively works in the field on a daily basis.
1. You are going to lose a significant portion of the space on your hard drive. RAID 0 is really designed for drives that are the same size. If drives aren't the same size, it will automatically partition them to be the same size, and you will be left with a bunch of freespace. Unless you pay a ton of money to get a giant SSD. Technically you could then partition the leftover space as another drive letter, but you have been stating you wanted to do this to strictly get away from it.
2. You have now increased your failure rate exponentially. If the HDD or SSD goes out, you will lose all the information on both. You better have a really solid backup plan ready.
3. Operating systems handle SSDs and HDDs in slightly different ways, in a mixed RAID environment like this, there is no telling whether things will be handled optimally.
4. You will likely lose TRIM support. A lot of modern RAID controllers can pass TRIM through it, but once again in a mixed environment like this, it is hard to tell if or how well this would work. Without TRIM you would see serious performance degradation over time.
5. In many ways you will actually be SLOWING down your SSD. Random IO, like opening programs and booting windows, is going to be significantly slowed because of the HDD's seek time. Sequential reads will likely be faster, but in all honesty unless you are working on large video files or something most of your sequential reads are likely to be small and quick anyway.
6. Any professional that didn't get hired because he was the bosses friend will tell you that in all honesty your windows installation should be on a different partition. Heck, even when a computer has 1 hard drive, it should be partitioned and windows installed separately from general storage. If for some reason you need to restore a backup or reinstall windows, this makes it infinitely easier without affecting your important files.
But to answer your questions:
1 -When i add a 2nd HDD (OS is installed on the 1st SSD) and configure them in RAID 0, do i have to reinstall Windows?
2 -When i add a 2nd HDD (Steam Library) and configure them in RAID 0, will the data remain and split onto the 2 drives?
1. This actually kind of depends. Typically yes, you will have to wipe and reinstall windows, and in fact that is what I would recommend. However, some software RAID programs like Intel's Rapid Storage Technology does allow you to make a raid with data on the disk. However, with this approach you can run into a lot of weird issues.
2. As stated before, most RAID solutions are going to have you completely wipe both drives and you are going to have to start fresh. But with Intel's Rapid Storage Technology, the software will automatically strip the files for you across the drive.
As said above, this really isn't a situation for RAID. You are going to see the best performance by keeping the drives separate. If you REALLY want to combine them for some reason, I would look into the caching technology that WIndows has. It effectively turns your HDD into an hybrid drive by using an SSD as a large cache. I think this is limited to a 64GB cache however. But I wouldn't even really recommend that. Keep the drives separate, you will be better off in the long run.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now