Re: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-06-09 Thread Pranjal Kumar Dutta
I am now successfully runninf 4 UML instances in a virtual network with COW files. It is a very good feature as my original filesystem remains intact and only COW files are written into. And still I can access all data on my original root_fs without wasting any disk space (that would have required

Re: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-06-05 Thread Blaisorblade
On Tuesday 30 May 2006 20:07, Brock, Anthony - NET wrote: > You need to create a separate COW file (probably based of the same > original image) for each instance. Your customizations will then be > written to the COW file while preserving the base image intact. This > will also bypass the file loc

Re: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-06-05 Thread Anthony Brock
> -Original Message- > On Tuesday 30 May 2006 20:07, Brock, Anthony - NET wrote: > > You need to create a separate COW file (probably based of the same > > original image) for each instance. Your customizations will then be > > written to the COW file while preserving the base image intact.

Re: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Pranjal Kumar Dutta
, 2006 10:57 AMTo: Brock, Anthony - NETCc: user-mode-linux-user@lists.sourceforge.netSubject: Re: [uml-user] Problems in sharing filesystems between Virtual Machines  But I am facing another problem. I have created the COW file and UML boots properly. But now when I boot another UML instance from t

RE: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Brock, Anthony - NET
[mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 10:57 AMTo: Brock, Anthony - NETCc: user-mode-linux-user@lists.sourceforge.netSubject: Re: [uml-user] Problems in sharing filesystems between Virtual Machines But I am facing another problem. I have created the COW file and UML

Re: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Pranjal Kumar Dutta
AIL PROTECTED]] On Behalf Of Pranjal Kumar DuttaSent: Monday, May 29, 2006 11:54 PMTo: user-mode-linux-user@lists.sourceforge.net Subject: [uml-user] Problems in sharing filesystems between Virtual Machines  Hi,   I am facing a problem in sharing a single root fileystem between multipl

Re: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Pranjal Kumar Dutta
net Subject: [uml-user] Problems in sharing filesystems between Virtual Machines  Hi,   I am facing a problem in sharing a single root fileystem between multiple UML instances through COW (Copy on write). I am following the steps given in http://user-mode-linux.sourceforge.net/shared_f

RE: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Brock, Anthony - NET
Kumar DuttaSent: Monday, May 29, 2006 11:54 PMTo: user-mode-linux-user@lists.sourceforge.netSubject: [uml-user] Problems in sharing filesystems between Virtual Machines Hi,   I am facing a problem in sharing a single root fileystem between multiple UML instances through COW (Co

[uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-29 Thread Pranjal Kumar Dutta
Hi,   I am facing a problem in sharing a single root fileystem between multiple UML instances through COW (Copy on write). I am following the steps given in http://user-mode-linux.sourceforge.net/shared_fs.html  for sharing fileystems between multiple UML instances.   I am using the root_f