Yes, thanks that worked. I should not have given -o embedded.jffs2 in a different folder.
Right now i am backing up my original filesystem using: cat /dev/mtdblock1 > /mnt/oldFS/original_jffs2_image How do i copy the newly formed emdebian filesystem. Do i give: cat /tmp/emdebian.jffs2 > /dev/mtdblock1 Does it overwrite the existing filesystem or just appends this to existing one? Thanks again.

