From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: Multiple instance from one Xen image/partition Date: Mon, 04 Apr 2005 14:44:15 -0700 Message-ID: <4251B52F.1000103@diku.dk> References: <9CD190F4AD92EC499A9397F49C8B0E4E0191E2EB@catoexm04.noam.corp.platform.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9CD190F4AD92EC499A9397F49C8B0E4E0191E2EB@catoexm04.noam.corp.platform.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: Ketan Pandya Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Ketan Pandya wrote: > Is it possible to have non-persistence mode for domains in Xen similar > to VMWare non-persistence mode (VMWare GSX) such that number of domains > can be instantiated from one Xen domain-U disk image? I am not sure about that, but I have found that modding a debian or gentoo root image to boot from readonly, and then mount the parts that need to be writable from tmpfs or nfs, works quite well. Jacob