linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vignesh Raman <vignesh.raman.in@gmail.com>
To: linux-ext4@vger.kernel.org
Subject: inode/block bitmap checksum error
Date: Thu, 27 Sep 2018 18:54:02 +0530	[thread overview]
Message-ID: <CAH3OF51p+Sty54KJswtPBa6aj3T4dDsiYOGcn265MAAf+L5EEA@mail.gmail.com> (raw)

Hi All,

We are seeing the below ext4 corruption messages when running linux
4.9 on debian,
[   13.694043] EXT4-fs error (device sda4):
ext4_validate_block_bitmap:384: comm plymouthd: bg 6: bad block bitmap
checksum
[   13.694359] EXT4-fs error (device sda4) in ext4_free_blocks:4916:
Filesystem failed CRC
[   13.694807] EXT4-fs error (device sda4):
ext4_validate_inode_bitmap:96: comm plymouthd: Corrupt inode bitmap -
block_group = 1, inode_bitmap = 331
[   13.695025] EXT4-fs error (device sda4) in ext4_free_inode:358:
Filesystem failed CRC
[   13.696127] EXT4-fs error (device sda4):
ext4_validate_block_bitmap:384: comm plymouthd: bg 7: bad block bitmap
checksum
[   13.715278] EXT4-fs error (device sda4):
ext4_validate_block_bitmap:384: comm systemd-tmpfile: bg 16: bad block
bitmap checksum
[   13.715736] EXT4-fs error (device sda4) in ext4_free_blocks:4916:
Filesystem failed CRC
[   13.716358] EXT4-fs error (device sda4):
ext4_validate_inode_bitmap:96: comm systemd-tmpfile: Corrupt inode
bitmap - block_group = 16, inode_bitmap = 524292
[   13.716639] EXT4-fs error (device sda4) in ext4_free_inode:358:
Filesystem failed CRC
[   13.717477] EXT4-fs error (device sda4) in ext4_free_inode:358:
Corrupt filesystem

fsck shows the below error,
systemd-fsck[193]: fsck failed with exit status 8.
systemd-fsck[193]: Ignoring error.
systemd-fsck[193]: fsck.ext4: Superblock checksum does not match
superblock while trying to open /dev/sda4
systemd-fsck[193]: /dev/sda4:
systemd-fsck[193]: The superblock could not be read or does not
describe a valid ext2/ext3/ext4
systemd-fsck[193]: filesystem.  If the device is valid and it really
contains an ext2/ext3/ext4
systemd-fsck[193]: filesystem (and not swap or ufs or something else),
then the superblock
systemd-fsck[193]: is corrupt, and you might try running e2fsck with
an alternate superblock:
systemd-fsck[193]:     e2fsck -b 8193 <device>
systemd-fsck[193]:  or
systemd-fsck[193]:     e2fsck -b 32768 <device>

Would the fsck failure cause the inode/block bitmap checksum issue?

Kernel version: [    0.000000] Linux version 4.9.0-8-amd64
(debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian
6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21)

Backported the below patch, but the issue was still seen.
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8d5a803c6a6ce4ec258e31f76059ea5153ba46ef

Any pointers will be helpful. Thanks.

Regards,
Vignesh

                 reply	other threads:[~2018-09-27 19:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAH3OF51p+Sty54KJswtPBa6aj3T4dDsiYOGcn265MAAf+L5EEA@mail.gmail.com \
    --to=vignesh.raman.in@gmail.com \
    --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).