On 4/21/05, Wolfgang Denk <wd at denx.de> wrote: > > dev # mount -t jffs2 /dev/mtdblock1 /mnt/Flash1 > > mount: Mounting /dev/mtdblock1 on /mnt/Flash1 failed: No such device > > Assuming that this is a mount builtin to the busybox, this message > means that there is no such file as "/dev/mtdblock1" in your root > file system - exactly as the error message says.
I believe you can also get "No such device" if you haven't configured linux for JFFS2 support; another thing to double check in your .config. Cheers, Kylo