Hi; Am Dienstag, 4. April 2006 18:05 schrieb wing newton: > Eric, > > Which kernel module ? I am using initrd_ide.lrp. > > Does initrd_ide.lrp include all the necessary modules > ?
Not for ext2. just do lsmod and you'll see there is no ext2 module loaded. If it's enough to load /dev/hda1 after boot, you have to add ext2.o to modules.lrp and /etc/modules.conf. Grab the modules tarball from FRS http://sourceforge.net/project/showfiles.php?group_id=13751&package_id=67534 Extract on your local machine and scp ext2.o to /lib/modules on your router. Add the line "ext2" to /etc/modules.conf and save modules.lrp Reboot or insmod ext2 and then try again to mount with mount -t ext /dev/hda1 /mnt If you need to touch your hda during boot process you need to update initrd_ide.lrp to load ext2.o during boot. kp ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
