On Sun, 24 Mar 2002, Theodore Tso wrote: > On Sat, Mar 23, 2002 at 11:58:37PM +0200, Ivan Ivanov wrote: > > I tried it on loop. > > > > 1. mount /dev/loop0 /mnt/test -t ext3 > > 2. cp files to 100% full > > 3. umount /mnt/test > > 4. fsck.ext3 -f /dev/loop0 > > Inode xxxxx, i_blocks is xxx, should be yyy. Fix? > > > > Hi Ivan, > > What version of the kernel were you using, and if you were applying a > patch to get the ext3 filesystem, what version of ext3 were you using? > > Many thanks!! > > - Ted > Hi, The kernel is stock 2.4.18 with preemptive patch, e2fsprogs-1.27. By the way I tried the last acl patch for 2.4.18 on another machine. fsck.ext3 from e2fsprogs-1.27ea reports bitmap errors with acl patch but it is random, I can't reproduce them. It only happens with ext3, not ext2. Regards Ivan