From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 23772] oops after mounting ext4 fs in 2.6.36.1 (failed to parse options in superblock)
Date: Tue, 30 Nov 2010 18:07:09 GMT [thread overview]
Message-ID: <201011301807.oAUI7945007332@demeter1.kernel.org> (raw)
In-Reply-To: <bug-23772-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=23772
--- Comment #17 from Eric Sandeen <sandeen@redhat.com> 2010-11-30 18:07:08 ---
Something is scribbling on / has scribbled on the front of your filesystem, it
seems.
hexdumping the first 2 blocks you sent:
00000580 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
000005e0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 0f 00 |................|
000005f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000600 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00000660 ff ff ff ff ff ff ff 01 00 00 00 00 00 00 00 00 |................|
00000670 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000680 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
000006e0 ff ff ff ff ff ff ff ff 0f 00 00 00 00 00 00 00 |................|
00000580 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
000005e0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 0f 00 |................|
000005f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000600 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00000660 ff ff ff ff ff ff ff 01 00 00 00 00 00 00 00 00 |................|
00000670 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000680 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
000006e0 ff ff ff ff ff ff ff ff 0f 00 00 00 00 00 00 00 |................|
000006f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000700 ff ff ff ff 7f 00 00 00 00 00 00 00 00 00 00 00 |................|
00000710 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
superblock starts at 0x400; so here we are at offset 0x180 to 0x310 in the sb.
There's a lot of "-1" (0xff) in there with a few other values. This translates
into the "4294967295" values you see above.
The various error tracking bits are in this part of the superblock so you're
seeing the -1/4294967295 pop out in the error reporting code:
__le32 s_error_count; /* number of fs errors */
__le32 s_first_error_time; /* first time an error happened */
__le32 s_first_error_ino; /* inode involved in first error */
/*1a0*/ __le64 s_first_error_block; /* block involved of first error
*/
/*1a8*/ __u8 s_first_error_func[32]; /* function where the error
happened */
/*1c8*/ __le32 s_first_error_line; /* line number where error happened
*/
__le32 s_last_error_time; /* most recent time of an error */
/*1d0*/ __le32 s_last_error_ino; /* inode involved in last error */
__le32 s_last_error_line; /* line number where error happened */
__le64 s_last_error_block; /* block involved of last error */
/*1e0*/ __u8 s_last_error_func[32]; /* function where the error
happened */
Your dd above should have zeroed this out, though, which makes me wonder how
you got 1's back in here. It could be anything, though I wonder if it's
possible that it's a stray bitmap....
What kind of storage is this?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
next prev parent reply other threads:[~2010-11-30 18:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-25 21:23 [Bug 23772] New: oops after mounting ext4 fs in 2.6.36.1 (failed to parse options in superblock) bugzilla-daemon
2010-11-25 21:27 ` [Bug 23772] " bugzilla-daemon
2010-11-25 21:31 ` bugzilla-daemon
2010-11-25 21:32 ` bugzilla-daemon
2010-11-26 2:57 ` bugzilla-daemon
2010-11-26 14:24 ` bugzilla-daemon
2010-11-26 14:27 ` bugzilla-daemon
2010-11-26 14:40 ` bugzilla-daemon
2010-11-26 14:45 ` bugzilla-daemon
2010-11-26 14:46 ` bugzilla-daemon
2010-11-26 20:45 ` bugzilla-daemon
2010-11-26 22:13 ` bugzilla-daemon
2010-11-29 19:34 ` bugzilla-daemon
2010-11-29 19:36 ` bugzilla-daemon
2010-11-29 21:55 ` bugzilla-daemon
2010-11-29 23:45 ` [PATCH] annotate superblock field offsets Andreas Dilger
2010-11-29 23:46 ` Eric Sandeen
2010-11-30 16:51 ` [Bug 23772] oops after mounting ext4 fs in 2.6.36.1 (failed to parse options in superblock) bugzilla-daemon
2010-11-30 17:50 ` bugzilla-daemon
2010-11-30 18:07 ` bugzilla-daemon [this message]
2010-11-30 20:54 ` bugzilla-daemon
2010-11-30 21:16 ` bugzilla-daemon
2010-12-01 14:58 ` bugzilla-daemon
2012-08-14 13:33 ` bugzilla-daemon
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=201011301807.oAUI7945007332@demeter1.kernel.org \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ext4@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.