On Thu, 11 Jul 2002 22:14:17 +0530, root <[EMAIL PROTECTED]> wrote: >Finally it has been working out the box. Now i am able to rsync the data more than >4GB files as well. >But during boot time i gets some error message of this kind. >##### >/lib/ext3.o: unresolved symbol iget4_R7414451b >/lib/ext3.o: unresolved symbol journal_update_format_R6f0a81a7 >/lib/ext3.o: unresolved symbol is_read_only_R740274ca
I suppose you use Red Hat. I think you forgot to rebuild the initrd which is resposible to load the ext3 module (/lib/ext3.o is where the module is in the initrd, as opposed to /lib/modules/.... on the actual fs); that is the initrd contains the old ext3.o module. Very likely you now are on ext2, unless you included ext3 as built-in into the kernel which is not likely if you started from the default Red Hat config. Test this with "cat /proc/mounts" See "man mkinitrd". -- [EMAIL PROTECTED]
