From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?U8OpYmFzdGllbiBSaWNjaW8=?= Subject: Re: xen 4.1.1 + 3.0.0-rc5 dom0 + blktap2 Date: Wed, 29 Jun 2011 04:42:39 +0200 Message-ID: <4E0A911F.1020705@swisscenter.com> References: <4E0A8907.6010300@swisscenter.com> <1309314736.10719.1.camel@agari.van.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1309314736.10719.1.camel@agari.van.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 29.06.2011 04:32, Daniel Stodden wrote: > On Tue, 2011-06-28 at 22:08 -0400, S=C3=A9bastien Riccio wrote: >> Hi, >> >> I'm currently trying xen 4.1.1 with the 3.0.0-rc5 (heard that it now >> contains the xen code to run as front or back xen domain). >> >> Everything seems to run fine, except that I am trying since a few hou= rs >> to mount a .vhd file in the dom0. >> >> What I tried so far: >> >> to create a blank vhd file (this is working): >> host# vhd-util create -n /storage/test.vhd -s 20G >> >> Then i try to mount the file in dom0 (as stated in a blktap2 README fi= le) >> host# tapdisk2 -n vhc:/storage/test.vhd > tap-ctl create -n vhd:/storage/test.vhd # :) > > As a rule of thumb, there's no excuse to call tapdisk2 on the command > line. Should actually rather have gone into libexec. > > Daniel > Hi Daniel, Thank you for your help. With this command I still get into the "blktap kernel module not installed" I'm using xen 4.1.1 compiled from source with a kernel 3.0.0-rc5 dom0=20 (compiled with all xen stuff enabled). Is there missing xen modules in the new kernel ? I try to use most=20 recent xen enabled kernel. Is there a 2.3.29 xenfified kernel around ? Thanks again, S=C3=A9bastien