Hi, my root partition / under fc2 (2.6.9-1.3_FC2) is mounted as ext2, but I've formatted it as ext3. The error message on booting the system is "EXT2-fs warning: ext2_fill_super mounting ext3 as ext2". The output from 'grep ext /proc/mounts' is "/dev/root / ext2 rw 0 0". I want to mount my root partitin as ext3. So how can I solve this problem? I've build a own kernel and my grub.conf entry is: "title Fedora Core (2.6.9-1.3_FC2custom) root (hd0,0) kernel /vmlinuz-custom ro root=/dev/hda6 acpi=off noapic rhgb" Is the problem caused by the missing initrd line in my grub.conf file? And if so, how can I build the initrd.img for my kernel? thanks Olaf