PDA

View Full Version : ext3-FS mounted as ext2



hamatoma
05-24-2004, 08:42 PM
Hi,

I am using a hd installation from Knoppix 3.4( (2004.05.17) with Kernel 2.6.5
It works fine, but the root-filesystem is not journailed
dmesg issues:

RAMDISK: Compressed image found at block 0
RAMDISK: incomplete write (-28 != 32768) 4194304
EXT2-fs warning (device hda4): ext2_fill_super: mounting ext3 filesystem as ext2

I have inspected initrd.img-2.6.5:
All files ot the initrd-image a readable (I copied them after mount -o loop into a tar-archive)

Question: Has anyyone this error too?

du issues (all files of the initrd): 9961

Where do I found the size of the ramdisk?
Greetings from Munich
Jones

hamatoma
05-26-2004, 05:11 PM
I found the trick!
My boot manager is GRUB, not LILO. In the /etc/lilo.conf built from knoppix_install I found the solution: ramdisk_size=100000
Now I have appended this to the grub/menu.lst and I am happy (:-))