From 0b3c275516ae46e5a6c43b8521e0239a881beb96 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 31 Oct 2010 23:28:30 +0100 Subject: [PATCH] add management ideas Signed-off-by: Nico Schottelius --- docs/linux-virtual-machines.mdwn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/linux-virtual-machines.mdwn b/docs/linux-virtual-machines.mdwn index c9e4a8cc..92f6bf96 100644 --- a/docs/linux-virtual-machines.mdwn +++ b/docs/linux-virtual-machines.mdwn @@ -94,7 +94,7 @@ Some hints on lxc: * Root open in the filesystem * No network specified = all from host accessible! -## Libraries / Frameworks +## Management Libraries / Frameworks [[!table data=""" Name | Hints @@ -102,4 +102,13 @@ Ganetti | Libvirt | """]] +## Poor man's management + +This sections describes typical vm management tasks, done with +easy commands. + +### Creating a new (sparse) image file + + dd if=/dev/zero of= bs=1 count=0 seek=G + [[!tag net unix]]