krom at dgt-lab.com.pl said: > Do You know any other file-system which give me: -I can use it as > root-fs -fast reading from flash -compresion -writing could be slow You could use a cramfs root filesystem then mount a small jffs2 partition, or just implement checkpointing in JFFS2. -- dwmw2