View Single Post
iliaden's Avatar
Posts: 267 | Thanked: 50 times | Joined on Feb 2008 @ Montreal, Canada
#245
Yes, it's the same, just replace parameters in first mount with -t ext2 /dev/mmcblkXpX.
I wish it was so easy...
# mount -t ext2 /dev/mmcblk0p2 /opt
mount: mounting /dev/mmcblk0p2 on /opt failed

# mount -t jffs2 /dev/mmcblk0p2 /opt
mount: mounting /dev/mmcblk0p2 on /opt failed

this was done booting from internal flash.

# mount /dev/mmcblk0p2 /opt
from mmc boot was sucessfull, yet I did not try to create the image since I feared that it would interfere with the fct that it is booting from mmc.

any suggestions?

Thanks

Ilia