Here
is the compare of CompactFS and JFFS2 |
|
compact fs |
jffs2 |
comment |
Compact ratio |
same |
they all use glib compact
arithmetic |
Performance |
compact fs is better
than jffs2 |
jffs2 compact the data
whenever writes file,compact fs only do it when flush
system disk cache into |
Mount speed |
quick |
slow |
|
Suitable for flash? |
yes |
yes |
blocks of flash rom needs
to be used averagely |
Error recover |
do by fschk |
on mount time |
this is the reason why
jffs2 mount slowly |
Portability |
good |
worse |
|
check compact ratio of
a file? |
can |
|
compact a file |
can |
cannot |
|