Re: RO root file system



Vasilis <VASILI3000@xxxxxxxxxxx> wrote:

3. I am quite sure that the EmbedDisk is some kind of flash disk, like
CF cards. If this is the case,
should i use journalling fs or the ordinary ext2?

I'd stay clear of journaled filesystems. Each write ends up as at least
3 writes - write the change to the journal, read the journal and do the
file change, update the journal entry as done.

.