Questions tagged [user-mode-linux]

User-mode Linux (UML). Virtualization at the OS-Layer, basically "Linux inside Linux"

User-mode Linux (UML) permits Virtualization at the OS-layer, otherwise known as "Linux inside Linux" similar to Solaris Zones ("containers").

Linux "guests" are defined and managed by a single "UML" enabled-kernel.

There are several Separate Kernel Address Space (skas) modes available, which segregate the main "UML" enabled kernel from the "guest" instances.

3 questions
3
votes
4 answers

How can I generate filesystem images that are usable on many different virtualization systems?

I have written a script that generates a root filesystem image (based on Debian lenny) suitable for User-Mode Linux. (Essentially this script creates a filesystem image, mounts it with a loop device, uses debootstrap to create a lenny install, sets…
Mark Longair
  • 333
  • 2
  • 7
1
vote
1 answer

Linux Virtualization Options on EC2

I need to subdivide EC2 (or perhaps other cloud provider) instances. I know you cannot run a full virtualization stack on another. For instance a Xen guest cannot host a VirtualBox guest. So this means I am left with operating system-level…
recampbell
  • 245
  • 1
  • 3
  • 6
0
votes
1 answer

Howto getting started with User Mode Linux using rootstrap?

I have Ubuntu 10.10 installed and would like to create some instances of User Mode Linux (UML) using bootstrap, but all information I can find seems out-dated, and my simple attempts fails. Any one that knows this? I have the following packages…