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] Live DemoCD / cow? storage

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Live DemoCD / cow? storage
From: "Fernando Maior" <fernando@xxxxxxxxxxxxx>
Date: Wed, 6 Apr 2005 08:25:04 -0300 (BRST)
Delivery-date: Wed, 06 Apr 2005 11:27:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
In-reply-to: <19182.195.25.232.221.1112768293.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
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: <19182.195.25.232.221.1112768293.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.2
> I don't understant what is the 'cow' setting?
> CU,
>     Antoine N.

Antoine,

COW is an acronym for Copy On Write.

For booting and running an Operating System, you
need a lot of files installed into a partition.
If you copy that partition to a file, you have a
root partition image.

And, if you want to use a number of Xen domains,
but your disk space is not enough for the needed
root partitions (one for each domain), you can
use COW.

Just install one only partition, make a root
partition image from that to a file, and set
it read-only. Now you can set the domain to
use it WITH a second file, a COW file, that
will be created and mantained by the kernel
as a sparse file. Everything you write to the
root partition will go, instead, to the COW
file. For example, configuration files in the
/etc directory.

They are really useful, I have a configuration
with one host machine with 8 UML virtual machines
inside, all of them using only one root partition
image, each of them having their exclusive cow file.

Yet, I do not know how to use them from Xen. If you
are interested, go ahead and ask.

-- 
Bye,
Fernando Maciel Souto Maior
fernando@xxxxxxxxxxxxx
http://www.araujo.com.br
+55+31 3270-5886
LPIC/1 # 31908

AVISO-------------------------------------------------------------
Esta mensagem pode conter informacao confidencial ou privilegiada.
Se voce nao for o destinatario ou a pessoa autorizada a receber
esta mensagem, nao pode usar, copiar ou divulgar as informacoes
nela contidas ou tomar qualquer acao baseada nessas informacoes.
Se voce recebeu esta mensagem por engano, favor avisar o remetente
imediatamente, respondendo o e-mail e em seguida apagando-o.
Obrigado pela cooperacao.

DISCLAIMER--------------------------------------------------------
This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose or take any action based
on any information herein. If you have received this message in
error, please advise the sender immediately by replying to this
e-mail and delete this message. Thank you for your cooperation.

------------------------------------------------------------------
This email was sent using SquirrelMail - http://squirrelmail.org

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

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