View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#2
Originally Posted by dgec View Post
10. mount -t jffs2 -o ro /dev/mtdblock0 /mnt/jffs2/

>>>>>>>>> problem: get the following error message
mount: mount point /mnt/jffs2/ does not exist
>>>>>>>>>
-------------------------------------------------------
STEP 10 is where it started failing... couldn't create the mount point. Is that because I'm on a LiveCD or something else?
Why you couldn't create the mount point? mkdir /mnt/jffs2 should do it. Mount needs existing directory. Or maybe you are not root? You can use any other mount point in some writable directory like mkdir /tmp/whatever.
__________________
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.