View Single Post
Posts: 1 | Thanked: 0 times | Joined on Aug 2006
#157
I've upgraded to IT2006 and I'm now looking for a way to mount an ext2 filesystem duing boot (and umount it during shutdown).

Things have changed a lot in IT2006 and I'm lost. This works for me:

insmod /mnt/initfs/lib/modules/current/ext2.ko
mount /dev/mmcblk0p2 /media/mmc2

But which startup file should I modify to automate this during the boot sequence?

Reinhard