public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* EXT2-fs error
@ 2001-03-30  3:06 khromy
  2001-03-30  6:57 ` Rogier Wolff
  2001-03-30 13:49 ` Dale E Martin
  0 siblings, 2 replies; 19+ messages in thread
From: khromy @ 2001-03-30  3:06 UTC (permalink / raw)
  To: linux-kernel

Linux vingeren.girl 2.4.3-pre7 #5 Mon Mar 26 23:33:59 EST 2001 i686 unknown

EXT2-fs error (device ide2(33,3)): ext2_free_blocks: bit already cleared for block 1048576
EXT2-fs error (device ide2(33,3)): ext2_free_blocks: bit already cleared for block 1048576

^
I got the following while rm -rf'ing my mozilla cvs checkout.  Deadly or not deadly?

-- 
L1:	khromy		;khromy(at)khromy.lnuxlab.net

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: EXT2-fs error
@ 2001-02-23 19:12 Ian Wehrman
  2001-02-23 11:46 ` John Heil
  2001-02-23 19:26 ` Alan Cox
  0 siblings, 2 replies; 19+ messages in thread
From: Ian Wehrman @ 2001-02-23 19:12 UTC (permalink / raw)
  To: mhaque, adilger, linux-kernel

Mohammad A. Haque <mhaque@haque.net> wrote:
> I got the following after compiling/rebooting into 2.4.2 and forcing a
> fsck.
> 
> EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory
> #508411: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0,
> name_len=0
> EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory
> #508411: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0,
> name_len=0
> 
> Possibly the result of the 'silent' bug in 2.4.1?

you are not the only one who found this bug. immediately after booting 2.4.2 i
received dozens of these errors, resulting in _major_ filesystem corruption.
after a half hour of fsck'ing i managed to bring the machine back into a usable
state, but there are still many files and directories around the fs that have
the wrong uid/gid associated with them, as well as incorrect file type,
permissions, etc. i'm not using any unusual hardware, and haven't had any
other recent issues like this. let me know if i can provide further information,
or test patches. 

thanks,
ian wehrman 

^ permalink raw reply	[flat|nested] 19+ messages in thread
* EXT2-fs error
@ 2001-02-22  7:02 Mohammad A. Haque
  2001-02-22  8:10 ` Andreas Dilger
  0 siblings, 1 reply; 19+ messages in thread
From: Mohammad A. Haque @ 2001-02-22  7:02 UTC (permalink / raw)
  To: Linux Kernel

I got the following after compiling/rebooting into 2.4.2 and forcing a
fsck.

EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory
#508411: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0,
name_len=0
EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory
#508411: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0,
name_len=0

Possibly the result of the 'silent' bug in 2.4.1?

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================



^ permalink raw reply	[flat|nested] 19+ messages in thread
* Ext2-fs error
@ 2000-12-06 21:50 mkloppstech
  0 siblings, 0 replies; 19+ messages in thread
From: mkloppstech @ 2000-12-06 21:50 UTC (permalink / raw)
  To: linux-kernel

The EXT2-fs errors I recently reported for test11 seem to be gone with
test12-pre5. At least I couldn't reproduce the error, neither with
overcommit_memory turned on nor off; maybe the error was due to
turning on write cache of my hard disk.

The error was a wrong reading of directory lengths and inode nnumbers:
The file system seemed to read the inode numbers not as supposed to do:
xxxx|xxxx|xxxx|xxxx|xxxx
     rrrr

but like this:
xxxx|xxxx|xxxx|xxxx|xxxx
 rrr_r
The message was:

Dec  4 13:04:19 john kernel: EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory #280596: rec_len % 4 != 0 - offset=0, inode=68583844, rec_len=13758, name_len=0
Dec  4 15:38:07 john kernel: EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory #280596: rec_len % 4 != 0 - offset=0, inode=33188, rec_len=3591, name_len=0
Dec  4 15:38:07 john kernel: EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory #659481: directory entry across
blocks - offset=0, inode=33188, rec_len=2536, name_len=0
Dec  4 15:39:38 john kernel: EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory #280596: rec_len % 4 != 0 - offset=0, inode=33188, rec_len=3591, name_len=0
Dec  4 15:39:38 john kernel: EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory #659481: directory entry across
blocks - offset=0, inode=33188, rec_len=2536, name_len=0

Mirko Kloppstech
-
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/

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2001-04-02 23:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-30  3:06 EXT2-fs error khromy
2001-03-30  6:57 ` Rogier Wolff
2001-04-02 23:13   ` Alan Cox
2001-03-30 13:49 ` Dale E Martin
  -- strict thread matches above, loose matches on Subject: below --
2001-02-23 19:12 Ian Wehrman
2001-02-23 11:46 ` John Heil
2001-02-23 19:26 ` Alan Cox
2001-02-23 11:50   ` John Heil
2001-02-24 11:02   ` A E Lawrence
2001-02-24 16:59     ` Alan Cox
2001-02-24 22:30       ` A E Lawrence
2001-02-24 23:08         ` A E Lawrence
2001-02-25 20:52           ` A E Lawrence
2001-02-25 13:53             ` John Heil
2001-02-25 17:58       ` Mike Brown
2001-02-22  7:02 Mohammad A. Haque
2001-02-22  8:10 ` Andreas Dilger
2001-02-22 14:58   ` Mohammad A. Haque
2000-12-06 21:50 Ext2-fs error mkloppstech

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox