public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Florian Philipp <lists@binarywings.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: ext4 - grow_buffers: requested out-of-range block <BLOCKID>
Date: Mon, 12 Dec 2011 22:52:49 +0100	[thread overview]
Message-ID: <4EE677B1.5050805@binarywings.net> (raw)
In-Reply-To: <CA+hid6G=-JzMojgVu6a7b2hQNo8_Wboih=m7uc=PYGmzzn-OLA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]

Am 12.12.2011 21:33, schrieb James Broadhead:
> On 12 December 2011 14:14, James Broadhead <jamesbroadhead@gmail.com> wrote:
>> ext4: "fill_buffer on unknown block <BLOCKID> out of range"
> 
> Apologies; the correct message is:
> grow_buffers: requested out-of-range block 18446744072382021139 for device sdb1
> 
> This appears 42 times immediately following mount.
> 
> Running picasa today, it informed me that one of the files I was
> working with was corrupted (but put the message in a box too small to
> read the full path).
> 
> This makes me think that perhaps the disk is bad.  Any advice, aside
> from the usual "get your data off asap"?
> 

I've looked at the kernel code that causes the error message. It
verifies that this is most likely a dead disk:

<quote>

commit e5657933863f43cc6bb76a54d659303dafaa9e58
Author: Andrew Morton <akpm@osdl.org>
Date:   Wed Oct 11 01:21:46 2006 -0700

[PATCH] grow_buffers() infinite loop fix

If grow_buffers() is for some reason passed a block number which wants
to lie outside the maximum-addressable pagecache range (PAGE_SIZE * 4G
bytes) then it will accidentally truncate `index' and will then
instnatiate[sic] a page at the wrong pagecache offset.  This causes
__getblk_slow() to go into an infinite loop.

This can happen with corrupted disks, or with software errors elsewhere.

Detect that, and handle it.

</quote>

Regards,
Florian Philipp


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

  parent reply	other threads:[~2011-12-12 21:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12 20:33 [gentoo-user] Re: ext4 - grow_buffers: requested out-of-range block <BLOCKID> James Broadhead
2011-12-12 20:55 ` Paul Hartman
2011-12-13  0:03   ` James Broadhead
2011-12-13  0:23     ` Paul Hartman
2011-12-13  9:52       ` James Broadhead
2011-12-13  3:04     ` Walter Dnes
2011-12-13 10:01       ` James Broadhead
2011-12-12 21:52 ` Florian Philipp [this message]
2011-12-12 22:44   ` Adam Carter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE677B1.5050805@binarywings.net \
    --to=lists@binarywings.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox