Comments on: Leaner virtualization coming to Windows, Linux
Microsoft works to make one copy of Windows look like many, while the Linux equivalent gains ground.
Microsoft works to make one copy of Windows look like many, while the Linux equivalent gains ground.
December 28, 2009 9:50 AM PST
December 28, 2009 9:48 AM PST
December 28, 2009 8:00 AM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
- Chroot?
- by bugmenot April 13, 2006 8:37 AM PDT
- Is this similar to a chroot? or User Mode Linux?
- Like this Reply to this comment
-
-
- Chroot is for security not virtualization
- by Lynn_S April 13, 2006 11:46 AM PDT
- With chroot you are running a program on a different root filesystem that prevents any problems in that process from causing problems in the main filesystem of the operating system. This is common with web servers, databases, etc., where the process you are trying to protect may be subject to an attack that allows access to other data on the system. But you only have one instance of the OS and you only have the services available that exist within that OS.
- Like this View reply
Processing -
(4 Comments)With virtualization you are running a new instance of an operating system whether it is the same OS or a different one. The instances are separated from each other and each OS instance acts as if it were a standalone machine. Thus you may run Plan 9, FreeBSD, Solaris, Windows, Minix or any individual OS or combination of OSes if you have enough RAM, disk space and processor horsepower. You may chroot processes within each virtual machine if you want to add that level of security "sandboxing" within the VM.