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] is there a detailed explaination of the disk, root, and

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] is there a detailed explaination of the disk, root, and extra tokens?
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Wed, 27 Jul 2005 21:24:15 +0100
Cc: Anthony.Golia@xxxxxxxxxxxxxxxxx
Delivery-date: Wed, 27 Jul 2005 20:22:48 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <Pine.LNX.4.58.200507271609290.3311@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: <Pine.LNX.4.58.200507271609290.3311@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.7.1
> hi.  newbie.  looking to understand the disk=, root= and extra= syntax
> (doc seems a little light).

disk = : allows you to export devices / files in dom0 to a target device in 
the guest.  There's some detail on this in the user guide and also in the 
example config files.

root = : root device location to pass to the guest on its kernel command line.  
this should be set to the *target* device for the root disk you're exporting 
using the disk = line.

extra = : this is for any random extra text you want appended to the kernel 
commandline.  You probably don't need it.

> Also, i have dom0 as an afs client with /foo
> mounted via afs.  is there anyway i can have /foo visible in domU?

Re-exporting using NFS may work (depending on if AFS is an exportable 
filesystem) but it's a bit of an ugly solution.  You could import the afs 
mount directly into the guests as if they were separate hdosts.

Exporting directory hierachies isn't something we have special support for at 
the moment - we're working on it.  I have some code for a high-performance 
shared memory filesystem called "XenFS" but this is a fair way away from 
being production ready.  Expect to see more details posted on the xen-devel 
list in future.

Cheers,
Mark

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

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