Re: bug in 2.6.0test2

From: Steve Lord (lord@sgi.com)
Date: Mon Jul 28 2003 - 15:47:30 EST


On Mon, 2003-07-28 at 06:59, Nico Schottelius wrote:
> Hello again!
>
> When trying to boot from a cryptoloop we get the attached error.
> Details:
> modules loop,cryptoloop,aes (in this order) are loaded with insmod
> (from initrd)
> then mounting proc
>
> Any suggestions / solutions ?
>
> Nico
>
> ps: please cc me and scholz AT wdt.de

Something else went wrong before you crashed:

bio too big device loop0 (2 > 0)

This means you cannot use any bio larger than zero to this device,
which is probably why ext2 said this, since it caught the error when
building the bio.

EXT2-fs: unable to read superblock

XFS didn't catch the error building the bio and submitted it, at
which point the I/O tripped the BUG. I can fix this part, but
the original problem is something I know nothing about.

Steve

-- 

Steve Lord voice: +1-651-683-3511 Principal Engineer, Filesystem Software email: lord@sgi.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:37 EST