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] CoW works on Windows guest?

To: "Orathai Sukwong" <kobkob@xxxxxxxxx>
Subject: Re: [Xen-users] CoW works on Windows guest?
From: Dan Smith <danms@xxxxxxxxxx>
Date: Tue, 03 Oct 2006 11:01:27 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 03 Oct 2006 11:02:21 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <748f85310610030821t34e96394p530a5fba61e8b71a@xxxxxxxxxxxxxx> (Orathai Sukwong's message of "Tue, 3 Oct 2006 11:21:05 -0400")
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: <748f85310609280723l49ca9725nf6a28fa234c1353f@xxxxxxxxxxxxxx> <748f85310609291142w3a8e0f11pfab8029edb480215@xxxxxxxxxxxxxx> <m3psde1kwy.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <748f85310609300744o41770e70m66a3d4745e817fc@xxxxxxxxxxxxxx> <m37iziwzeb.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <748f85310610020840l9fc9b76i317e4133dc3d9f0a@xxxxxxxxxxxxxx> <m3r6xqvhus.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <748f85310610020914u368a4ff8x80fc019ab7c25c74@xxxxxxxxxxxxxx> <m34pumvght.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <748f85310610030645h210f6bcbq66aa6aff3a41f768@xxxxxxxxxxxxxx> <748f85310610030821t34e96394p530a5fba61e8b71a@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)
OS> Why is the .dscow file the same size as the .img file when
OS> originally created?

It is a sparse file.  It looks like it's the same size as the .img,
but it actually takes up only the amount of space it needs to store
the data you've written to it.

It is not an ideal format for file-based images, but it does work.  It
was mostly created as a simple format to use while developing the rest
of the system.

OS> create->modify->is there a way to delete the changes in the .dscow
OS> create->modify->file without openning up the domain?

You can just delete the dscow and recreate it to abandon the changes.

OS> We use /dev/mapper to map any further modifications onto the
OS> .dscow file, right? And /dev/mapper/ would be changed every time
OS> we modify on the .dscow file, right?

I'm not sure what you mean.  The /dev/mapper/foo device is a pseudo
device that redirects writes to the dscow file.  Subsequent reads to
/dev/mapper/foo show the changed version (reading the changes from the
dscow file).

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@xxxxxxxxxx

Attachment: pgpSzJBE3VPrr.pgp
Description: PGP signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>