Hello, Steve! > is there possibly some disparity between the kernel's ext2 fs code and > what > mke2fs and e2fsck are doing? if anyone has any further thoughts on this > I would appreciate it.
"ulimit -c unlimited" will enable coredumps. Note that "ulimit" is a bash builtin. Then run on a PowerPC (or use a cross-debugger) gdb e2fsck -core core (gdb) where You will need unstripped e2fsck. Try to figure out what's going on. Send a bug report if you feel it's needed. Regards, Pavel Roskin ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
