WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] Add VMX guest quick start in user manual.

To: "You, Yongkang" <yongkang.you@xxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH] Add VMX guest quick start in user manual.
From: Andi Kleen <ak@xxxxxxx>
Date: 10 Jan 2006 04:18:45 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 10 Jan 2006 03:25:01 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <16A54BF5D6E14E4D916CE26C9AD30575031C935F@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <16A54BF5D6E14E4D916CE26C9AD30575031C935F@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
"You, Yongkang" <yongkang.you@xxxxxxxxx> writes:

Shouldn't you have a warning somewhere early that VMX is still quite
flakey and in development and also that guests won't perform well due
to poor driver models?

> +{\scriptsize {\tt \# losetup /dev/loop0 hd.img\\
> +\# fdisk -b 512 -C 4096 -H 16 -S 32 /dev/loop0\\
> +press 'n' to add new partition\\
> +press 'p' to choose primary partition\\
> +press '1' to set partition number\\
> +press "Enter" keys to choose default value of "First Cylinder" parameter.\\
> +press "Enter" keys to choose default value of "Last Cylinder" parameter.\\
> +press 'w' to write partition table and exit\\
> +\# losetup -d /dev/loop0}}
> +
> +\item {\bfseries Make the file system and install grub}\\
> +{\scriptsize {\tt \# ln -s /dev/loop0 /dev/loop\\
> +\# losetup /dev/loop0 hd.img\\
> +\# losetup -o 16384 /dev/loop1 hd.img\\

An easier/cleaner way to handle partitioning on loop is to use kpartx from
multipath-tools. It sets up device mapper in a way that you
can access all the partitions easily.

-Andi

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>