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] How to see Dom0 home from the DomU

To: "Mark Williamson" <mark.williamson@xxxxxxxxxxxx>
Subject: Re: [Xen-users] How to see Dom0 home from the DomU
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Mon, 19 May 2008 19:19:04 -0400
Cc: Miguel Madrid Villar <madrivi@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 19 May 2008 16:19:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=FxYsFIRlVYbVwLvESDiHZSATAt59xWHJ4wCUyuPDmpg=; b=DWCb22dNtPHKqHsPk8mqXRJFdsVFXiMqWGdaoWy/06sMTXL+Z5wLIyE6InUr7AqEDGYntc/Az9VqS8bCYN+Zzq/e4LXEq+pEHkgTQVGIFFehomMvBzsMEbxB/g9oJAzT70MjwbzUOGdTrGqV0xw6x8rM1ycifiJ2HKKdKaiC9n0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AXovtDUygZnuHaYsAue8d+uAEpDIlnJzTiGPFj6eKjtaDTi13SLr0j51ZS9PGDZHfBd6kb8Vrv17v+0WBXcGueYhG7mEJe/0vgViTpLGOposobgf2VVT2IXKeEkzfaV4Bqslljr2BlLx1SsMSWumw+FBjrD9rVuvB2n3S+e2bz0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200805161703.33304.mark.williamson@xxxxxxxxxxxx>
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: <a9b5c5eb0805160749h2e09e3c6n46eff22f3d57ce9a@xxxxxxxxxxxxxx> <200805161703.33304.mark.williamson@xxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, May 16, 2008 at 12:03 PM, Mark Williamson
<mark.williamson@xxxxxxxxxxxx> wrote:
> On Friday 16 May 2008, Miguel Madrid Villar wrote:
>> Hello, i have been looking over inet for an answer to a problem iam unable
>> to resolve, and after not being able to find a solution, i hope to get an
>> aswer in the list.
>>
>> I have been trying to reach my /home (Dom0) from one of my virtual machines
>> (i'm runnning them in debian etch) and i'm unable to do it, what i'm trying
>> to do is to catch a file from the /home of my Dom0, copy it, and paste it
>> in the /home of the virtual machine hosted in the debian Dom0.
>>
>> I'm trying to do it without mounting the dom0 directory, my perfect
>> solution could be one where i can directly see the Dom0 /home like with
>> vmware tools, where you can drag and drop a file from the host machine to
>> the guest machine.
>>
>> Is it possible? or i'm trying to do an impossible feat?
>
> I'd suggest you consider one of the following options:
> * export (possibly read only) the file you want to the domU using NFS
> * export the guest's filesystem using NFS and then copy files onto it
> * set up SSH keys so that you can simply scp files into the guest
> * boot the guest from NFS entirely
> * use a cluster filesystem
>
> There are probably more options too.  I would think that setting up ssh keys
> and then using scp would be the simplest way of doing things if you have
> network access.

I think that all of these are good solutions too. Another option that I would
add would be to setup host-only networking with a dummy device in dom0
and adding a the domU to that dummy bridge. That way the guest and
dom0 can connect directly over the network in a secure and private way.

Cheers,
Todd

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

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