You probably know all of these things, but for myself, it
never hurts to stare the obvious in the face.  I'm hardly
an expert with UML yet.

1.) Is the ubd0 file in the root of the host or the UML
    root filesystem.  I made this mistake once not a long time
    ago.  (I looked more carefully, and it looks like it's
    in the UML root filesystem.
2.) Did you unmount the root_fs filesystem?  Maybe the ubd0
    file is not yet written to the disk on the host, and so
    UML can't see it.  I would guess that using a disk file
    as a UML root and a mounted file system would end up
    making you very sad.  You would get pretty massive
    file system corruption.  I don't know how fragile Linux
    is in this way, but I suspect it's pretty fragile.
3.) I found I had a lot of problems until I added an explicit
    "mem=256M" on the command line.  For one thing, COW files
    did not work properly, and my root file systems kept getting
    corrupted.  You can choose different amounts of memory, of
    course.
4.) I would make a ubd0 file with "mknod --mode=0666 udb0 b 98 0"
    explicitly, and not depend on cp doing the right thing.  (This
    may not be the exact right command.)

Hope this helps.

Dhirendra Pal Singh wrote:
Hi All,
I apologies for asking this small question, but I have looked at all the places, searched the google and done all what I could for last 2 days.
...
begin:vcard
fn:Bill White
n:White;Bill
adr:;;64 Griggs Rd;Brookline;MA;02446;United States
email;internet:[EMAIL PROTECTED]
tel;work:508.652.7724
tel;home:617.566.7461
tel;cell:617.953.4580
x-mozilla-html:FALSE
url:http://www.haveyounoshame.org
version:2.1
end:vcard

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to