View Single Post
JeffElkins's Avatar
Posts: 273 | Thanked: 15 times | Joined on Oct 2007
#1
I formatted my two new SDHC 8GB cards as ext3, but the file manager doesn't recognize them. After sshing into my N800, I see lsmod does not show ext2.ko or ext3.ko as being loaded. Modprobe/insmod both failed. How can I enable these filesystems at boot?

Code:
Nokia-N800-39:/mnt/initfs/lib/modules/2.6.18-omap1# insmod ext2.ko
insmod: cannot insert 'ext2.ko': Unknown symbol in module (-1): No such file or directory
Nokia-N800-39:/mnt/initfs/lib/modules/2.6.18-omap1# insmod ext3.ko
insmod: cannot insert 'ext3.ko': Unknown symbol in module (-1): No such file or directory
Nokia-N800-39:/mnt/initfs/lib/modules/2.6.18-omap1# modprobe ext2.ko
modprobe: cannot parse modules.dep
Nokia-N800-39:/mnt/initfs/lib/modules/2.6.18-omap1# modprobe ext3.ko
modprobe: cannot parse modules.dep

The cards work fine as ext3 from the PC-side (when mounted via USB).

Jeff