Jordi Pujol: > That is an stress test, resulting in a failure: > > In command console, three big files are mounted with uloop, mount gets locked > showing the following message: > > ulobdev: ulobdev.c:53: store: Assertion `start + size <= uloop->cache_size' > failed
I guess that the size of your fs-image file is not rounded-up by block size, and the access may beyond the EOF. Will you try adjusting the st_size for regular files? Also I made a simple test for two block devices by ulobdev, and it succeeds. Junjiro Okajima ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
