how does one create an exact backup of the entire filesystem to mmc card? what I have is : #mount -t jffs2 /dev/mtdblock4 /opt #./mkfs.jffs2 -r /opt -o /media/mmc2/rootfs.jffs2 -e 128 -l -n /bin/sh: ./mkfs.jffs2: not found