From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 111961] ext4 umount - invalid opcode with PLEXTOR PX-128M6G-2242
Date: Fri, 05 Feb 2016 21:02:00 +0000 [thread overview]
Message-ID: <bug-111961-13602-cJjoe6UQ3n@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-111961-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=111961
Theodore Tso <tytso@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@mit.edu
--- Comment #2 from Theodore Tso <tytso@mit.edu> ---
Can you replicate this problem? Or can you take a look for any messages
starting with EXT4-fs from the kernel (look in /var/log/messages and/or
/var/log/dmesg and/or /var/log/syslog) starting from the time of the system
booting up to the kernel BUG_ON.
The reason for the kernel BUG report was the fact that there was a left over
inode on the orphan inode list. For some reason inode 789844 was left on the
orphan list, and worse, it has a negative link count:
Feb 05 16:22:42 frodo kernel: EXT4-fs (sda3): Inode 789844 (ffff880071df2c00):
orphan list check failed!
Feb 05 16:22:42 frodo kernel: EXT4-fs (sda3): sb orphan head is 789844
Feb 05 16:22:42 frodo kernel: sb_info orphan list:
Feb 05 16:22:42 frodo kernel: inode sda3:789844 at ffff880071df2cc0: mode
100600, nlink -1, next 0
Unfortunately the logs you have included don't shed any light as to how inode
789844 got into this state. When the file system was unmounted, it tripped
over the dead body (as it were), but the question is when and how was the
person killed in the first place (e.g., how did the link count and orphan list
get into this state). Also of interest would be if you have saved the output
from fsck, so we can see what it found when it repaired the file system. It's
possible it was just the in-memory link count which got corrupted, or the
on-disk link count could have been messed up as well; looking at the fsck
output would help determine that.
Thanks!!
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2016-02-05 21:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-05 16:16 [Bug 111961] New: ext4 umount - invalid opcode with PLEXTOR PX-128M6G-2242 bugzilla-daemon
2016-02-05 16:19 ` [Bug 111961] " bugzilla-daemon
2016-02-05 21:02 ` bugzilla-daemon [this message]
2016-02-05 23:09 ` bugzilla-daemon
2016-02-05 23:11 ` bugzilla-daemon
2016-02-05 23:11 ` bugzilla-daemon
2016-02-07 3:50 ` bugzilla-daemon
2016-02-07 9:14 ` bugzilla-daemon
2016-02-07 9:15 ` bugzilla-daemon
2016-02-10 17:33 ` bugzilla-daemon
2017-03-06 20:29 ` bugzilla-daemon
2017-03-08 10:48 ` 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=bug-111961-13602-cJjoe6UQ3n@https.bugzilla.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).