How do I create and mount a yaffs2 file system?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

yaffs/yaffs2 is not yet supported in the mainline linux kernel, so you will need to compile it yourself.

There are detailed directions here : http://tjworld.net/wiki/Linux/Kernel/SimulateNandMtdDevice

You will likely be able to mount a yaffs/yaffs2 file system, but I am not sure you will be able to install into it or boot it with grub.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.