I have one issue with uml_moo.

uml_moo and the kernel cow drivers doesn't seem to use the same method
when calculating the size of the backing file.

I used /dev/hdc1 which was an block device (147 GB partition)

uml kernel perfectely finds the correct size. uml_moo uses stat on the
device which gives size 0, og uml_moo fails. Also I see that it is
compiled with 64bit file support, but shouldn't you define _GNU_SOURCE as
well? Since off_t didn't need %lld in the printf, but %ld as the
source-code now uses which is 32bit on i386 atleast. The last thingy was
just a question.


Stian


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to