USAFRet :
m.b.gill21 :
This is my first time using a Virtual Machine so please forgive my ignorance.
My computer is running Windows 10 and then in VirtualBox I'm running CentOS. I have 3 new 1TB HDDs. I want to run the 3 drives in a RAID 5 configuration and then use the RAID 5 in CentOS. If I setup a RAID 5 in Windows 10 (the host OS) will CentOS recognize the RAID 5?
Or do I need to setup the RAID 5 in my VM? If I'm running RAID 5 in my VM can I also access those drives directly through my host OS (Windows 10)?
Yes, you'd need to set that up inside the VM and the guest OS, Centos.
Aside from just practice and familiarity, I'm unsure of the reasoning behind this config, though.
The CentOS VM is still just a file within host drive system.
Hi USAFRet, thank you for your response. I wanted to clarify your response.
Yes, if you setup a RAID 5 in Windows 10 that drive will be available for use in CentOS running in VirtualBox. For example, lets say I install three new drives (lets call them drives 2, 3, and 4) and I configure them into a RAID 5, calling it Local Disk (B: ). If I then create a new virtual machine in VirtualBox (for running CentOS), I can select that new Local Disk (B: ) as my storage location. There is no special configuration required for VirtualBox/CentOS to use the RAID 5 drive.
USAFRet, I don't understand your comment regarding being "unsure of the reasoning behind this config." My application for CentOS is to run a server for large file storage. I also need Windows 10 on this same computer to use other software (only compatible with Windows 10). I need the ability to continue running the CentOS server on this computer while simultaneously running Windows 10. In other words, it is not acceptable for me to shutdown my server every time I want to work in Windows (I don't want any server downtime). The only solution to make that possible is to run a virtual machine in a host OS. I wanted to run this server on a RAID 5 drive for all of the normal advantages of RAID 5 (efficient storage, security, performance, etc.).