From: Andreas Dilger <adilger@turbolinux.com>
To: "Mohammad A. Haque" <mhaque@haque.net>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: ext2 filesystem corruptions back from dead? 2.4.0-test11
Date: Wed, 22 Nov 2000 23:40:36 -0700 (MST) [thread overview]
Message-ID: <200011230640.eAN6eb223846@webber.adilger.net> (raw)
In-Reply-To: <3A1CB07C.CEE01F1F@haque.net> "from Mohammad A. Haque at Nov 23, 2000 00:51:56 am"
Mohammad A. Haque writes:
> I just got these while doing many compiles on my box ....
>
> Nov 23 00:40:06 viper kernel: EXT2-fs warning (device ide0(3,3)):
> ext2_unlink: Deleting nonexistent file (622295), 0
> Nov 23 00:40:06 viper kernel: = 1
> Nov 23 00:40:06 viper kernel: EXT2-fs error (device ide0(3,3)):
> ext2_free_blocks: Freeing blocks not in datazone - block = 540028982,
> count = 1
> Nov 23 00:40:06 viper kernel: EXT2-fs error (device ide0(3,3)):
> ext2_free_blocks: Freeing blocks not in datazone - block = 540024880,
> count = 1
> Nov 23 00:40:06 viper kernel: EXT2-fs error (device ide0(3,3)):
> ext2_free_blocks: Freeing blocks not in datazone - block = 170926128,
> count = 1
I'm not sure where the nonexistent file comes from. According to the
printf statement, you're trying to unlink a file with no links, so it
would be interesting to see if 622295 is a valid inode number (it
should be, or there would have been more error messages). Doing
dumpe2fs -h /dev/hda3
may help to find out where this bogus inode came from.
These block numbers decode to ASCII data:
540028982 = 0x20303036 = " 336"
540024880 = 0x20302030 = " 3 3"
170926128 = 0x0a302030 = "\n3 3"
There were problems like this quite a while ago (block numbers that are
really ASCII data)... I can't recall what the problem turned out to be
at that time.
I would suggest a full fsck to start with (you have probably already
done so). If you haven't done a full fsck on this filesystem in a long
time, there is a chance the corruption was from the old kernel bug.
Cheers, Andreas
--
Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto,
\ would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
-
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/
next prev parent reply other threads:[~2000-11-23 7:11 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-23 5:51 ext2 filesystem corruptions back from dead? 2.4.0-test11 Mohammad A. Haque
2000-11-23 6:03 ` Neil Brown
2000-11-23 9:37 ` Alexander Viro
2000-11-23 11:05 ` Neil Brown
2000-11-23 12:12 ` Neil Brown
2000-11-23 16:36 ` Alexander Viro
2000-11-23 17:12 ` Alexander Viro
2000-11-23 20:51 ` Tigran Aivazian
2000-11-23 20:56 ` Mohammad A. Haque
2000-11-24 2:29 ` Neil Brown
2000-11-24 5:32 ` Alexander Viro
2000-11-24 5:42 ` Mohammad A. Haque
2000-11-24 5:57 ` Alexander Viro
2000-11-27 5:49 ` Neil Brown
2000-11-28 22:55 ` Mohammad A. Haque
2000-11-29 4:37 ` Mohammad A. Haque
2000-11-29 6:44 ` Ion Badulescu
2000-11-29 7:08 ` Mohammad A. Haque
2000-11-29 7:20 ` Ion Badulescu
2000-11-29 7:23 ` Mohammad A. Haque
2000-11-29 8:54 ` Tigran Aivazian
2000-11-29 10:01 ` Mohammad A. Haque
2000-11-23 12:52 ` Guest section DW
2000-11-24 4:58 ` Ion Badulescu
2000-11-24 5:29 ` Guest section DW
2000-11-24 5:34 ` Mohammad A. Haque
2000-11-24 8:51 ` Ion Badulescu
2000-11-24 13:35 ` Guest section DW
2000-11-24 17:41 ` Linus Torvalds
2000-11-24 15:06 ` Mohammad A. Haque
2000-11-24 5:59 ` Andre Hedrick
2000-11-24 6:11 ` Alexander Viro
2000-11-24 6:30 ` Andre Hedrick
2000-11-24 7:03 ` Alexander Viro
2000-11-24 7:58 ` Andre Hedrick
2000-11-24 8:43 ` Ion Badulescu
2000-11-24 11:06 ` Mike Ricketts
2000-11-24 11:11 ` Tigran Aivazian
2000-11-25 2:21 ` Andre Hedrick
2000-11-23 6:40 ` Andreas Dilger [this message]
2000-11-23 7:22 ` Pär-Ola Nilsson
-- strict thread matches above, loose matches on Subject: below --
2000-11-25 22:42 Rick Bunke
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=200011230640.eAN6eb223846@webber.adilger.net \
--to=adilger@turbolinux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mhaque@haque.net \
/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