Thursday, August 29, 2019

Windows 2008 Best Raid Configuration



I have 4 2TB hard drives and I was thinking about using Raid 10. This would give me 4TB correct? My next question is would it be easy to add more hard drives to the raid array. For example if I bought another hard drive can I add it to the array without backing up any data?



Basically I want to be able to start off with 4TB and when the space becomes full add more space as needed. If this isn't possible with Raid 10, is it possible with any Raid configuration.



Any suggestions would be appreciated. Thank you.


Answer



This is entirely dependent on your RAID controller.




Any halfway decent RAID controller will allow you to add disks and grow an existing array. I suggest you consult the manual for your server's RAID controller - It should spell out whether or not this is supported in no uncertain terms.



Assuming that the controller supports this, you can easily extend the volume in Windows using diskmgmt.msc afterwards.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...