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-users

Re: [Xen-users] help for physical partition for booting XenU

To: techy geek <techygeek72@xxxxxxxxx>
Subject: Re: [Xen-users] help for physical partition for booting XenU
From: Nico Kadel-Garcia <nkadel@xxxxxxxxx>
Date: Thu, 01 Nov 2007 09:03:14 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 01 Nov 2007 02:02:48 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=WbWdIHXc2ciQB8vZNLaZedKa6aWwIlsPFwyWR4a62oM=; b=mVA2BGIJC/Q1yn1sE/OI8Juvy5fBxZxWkuHEAIJN8yIBtkZVIoaS72l3XruvnV1iR1bdBKyyjIg7GmTe9tu4BMktSI+NaxduJNWra+1OCBLNGciVHHxy4rhazYJERb3cXWnP4CcD+n289LFmocOvJuWmzJZPsJwppAgbHnt3h4w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=sWv13floKTLcTiwarL63jJBEpA7SdiIotw7vQhBvsqdksxSPuciL2k5de8ZGvoXURltkHQAsMNWeTbAv29arJpv5x4iOu3frK+mk8YkrL9LsA+gun8t5cUn51ftd+2w56aTyzMfGiQuybV6s/kYSqAohEQ6Kkbej9HrfGPuT0Rg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <142bfdb30710311931w7b09913at399f013005f21014@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <142bfdb30710311931w7b09913at399f013005f21014@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.13 (Windows/20070809)
techy geek wrote:
Hi All,

I need help for creating private file system for Guest OS: XenU

I had successfully booted my host OS with Xen0 which is running linux2.6.18 version and is using the physical device /dev/hda1.

Now my next step is to boot the guest OS and for that I first need to create the private file system for this guest OS. As you mentioned there could be 3 methods to create a private file system:
* File Based image
* LVM Based
* Physical Partition

Now as per my understanding, File Based Image is easy to create but has some poor I/O performance and from I/O performance perspective, Physical Partition is better. My requirement for installing Xen is to do some OS profiling on Guest OS, so that way it seems Physical Partition could be right choice for me.

Could you please let me know the step-by-step approach to set up Physical partiton for booting XenU. Also let me know the changes I need to make for my config file for booting XenU-(Guest OS).

Also, if possible let me know for file based image so that I can have one different domain running on File Based image(File system) and can try profiling on this also.

My available drives are /dex/hda2 /dev/sda1 /dev/sda2 /dev/sdb1 /dev/sdb2
I like using LVM, because I can more gracefully resize or snapshot the partitions and work with the snapshot, rather than the original partition, for backup purposes. It's performance is similar if not identical to that of a physical partition.

Are you comfortable working with fdisk to create partitions? And what does your partitioning look like right now? If all your extra disk is already in LVM "physical volumes" and "group volumes", it'll be simpler to create a new "logical volume" with the command 'lvcreate'.

You've also failed to say what OS your Dom0 is, which affects the tools available for building your DomU, and whether you want full virtualization or para-virtualization. It makes a difference!

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] help for physical partition for booting XenU, Nico Kadel-Garcia <=