public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ext2: block > big ?
@ 2001-02-12  0:44 Brian Grossman
  2001-02-12 15:50 ` Stephen C. Tweedie
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Grossman @ 2001-02-12  0:44 UTC (permalink / raw)
  To: linux-kernel


What does a message like 'ext2: block > big' indicate?

This was kernel 2.2.18aa2.

The machine was completely unresponsive when I got there.  There were a
bunch of block>big messages on the screen, but no oops.

In my grogginess, I didn't have the sense to copy down the whole message,
but it did also mention the device (8,9?).  The major 8 scsi devices in use
are three partitions of one disk -- two 15GB and one 50GB.

Brian
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ext2: block > big ?
  2001-02-12  0:44 ext2: block > big ? Brian Grossman
@ 2001-02-12 15:50 ` Stephen C. Tweedie
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen C. Tweedie @ 2001-02-12 15:50 UTC (permalink / raw)
  To: Brian Grossman; +Cc: linux-kernel, Stephen Tweedie

Hi,

On Sun, Feb 11, 2001 at 05:44:02PM -0700, Brian Grossman wrote:
> 
> What does a message like 'ext2: block > big' indicate?

An attempt was made to access a block beyond the legal max size for an
ext2 file.  That probably implies a corrupt inode, because the ext2
file write code checks for that limit and won't attempt to write
beyond the boundary.

Cheers,
 Stephen
-
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://vger.kernel.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-02-12 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-12  0:44 ext2: block > big ? Brian Grossman
2001-02-12 15:50 ` Stephen C. Tweedie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox