On Wed, 21 Aug 2013, Scott Holder wrote: > ... it looks like the kernel I'm using (Still > http://www.freewrt.org/~tg/f/vmlinux-3.10-2-m68k.gz ) doesn't do ext4, > so back to ext2 it is.
Mostly likely you just need the modules; try booting into the initrd and doing "modprobe ext4". If that works, copy /lib/modules/3.10* to your root filesystem and/or install the appropriate linux package (I'm sure there's a post from Thorsten as to which package that is). As per usual, you'll have to generate an initrd or else build a new kernel if your root filesystem is ext4 and your present kernel lacks built-in support for ext4. > I'm not likely to be doing anything mission critical that would make a > journaling filesystem nice anyway, so I'm sure it'll be fine. I'd be willing to bet that any conventional filesystem with journaling disabled would be faster than any with journaling enabled. > > At any rate, it seems to be up and working. Ethernet is good. SONIC ethernet is much faster than 8390 (thanks to DMA) if you can find such a card. Finn -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

