• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Educate me on virtual machines

forumtrader

Junior Member
I'm building a server at home and someone mentioned that the OS I install should be a virtual machine on the server. I want to have a server that acts as a large NAS sort of device and I have an 8 port sata card for that. I also want to have something act as a web server, but I want it locked down and don't want to be hacked.

Are virtual machines my best option? How do I go about setting them up. Is there free software you can use for this?
 
If the computer is just going to be performing one task, then I don't see the need for virtualization.
 
A virtual machine is a way of "partitioning" the CPU of a computer to run two (or more) operating systems at the same time, concurrently. So you could run Linux and Windows XP at the same time on the same computer. Or two different distributions of Linux.

But if you are running a server, I'm not sure why you would need a virtual machine to do this. There are advantages to virtual machines, but I don't see how they apply in the case you are presenting. Also, there is usually a performance hit - particularly when accessing high-speed I/O (ie. your SATA card).
 
Back
Top