Re: [uml-user] ubd with filesystem

2005-11-03 Thread D. Bahi
you need to use 'cow' files to prevent both UMLs from trying to write to the same file. http://user-mode-linux.sourceforge.net/shared_fs.html and all the other pages at http://user-mode-linux.sf.net/ are a very good source of info... ./linux ubd0=cow1,root_fs.luis ubd1=cows1,swap_fs mem=128M

Re: [uml-user] ubd with filesystem

2005-11-03 Thread Peter Buzanits
> Could I have conflicts with ubd0? because there are 2 virtual machines that > they point to ubd 0 As long as both of your root_fs.luis files are in different directories, there are no conflicts. It does not matter they have the same name. As long as they are different files. Same applies to swa

[uml-user] ubd with filesystem

2005-11-02 Thread Francisco Reyes
I have a problem with the theory of ubd I have run 2 machine virtual this way virtual machine 1 pwd of host machine /uml/enrique ./linux ubd0=root_fs.luis ubd1=swap_fs mem=128M eth0=tuntap,,,192.168.0.1 virtual machine 2 pwd of host machine ./linux ubd0=root_fs.luis ubd1=swap_fs mem=128M eth0