View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#11
Originally Posted by twonk View Post
ah, now I have to show my ignorance! I can chroot /mnt/initfs but dont know how to try to mount mmcblk0p2 while there.
Code:
chroot /mnt/initfs
insmod /lib/modules/2.6.21-omap1/mbcache.ko
insmod /lib/modules/2.6.21-omap1/ext2.ko
mount -t ext2 /dev/mmcblk0p2 /mnt/new_root
ls -l /mnt/new_root
umount /mnt/new_root
exit
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 

The Following User Says Thank You to fanoush For This Useful Post: