On 8/15/05, Vladimir V. Saveliev <[EMAIL PROTECTED]> wrote: > I must be misunderstanding something. Half of reiser4' complexity is about to > make disk writes and reads > more sequential to decrease number of hard disk head seeks. > IMHO, filesystem for storage devices which do not have moving mechanical > parts can go better without such code.
Well so far the choices are FAT and EXT2, both of which have well-known limitations. I'm trying to get set up to compile things on the zaurus, and installing gcc requires symlinks so I had to quit using FAT. JFFS2 is used for the internal flash but is overkill for a CF card (as well as not designed for it, and thus would require a lot of changes to make it possible). What I want is an FS that never loses data because of a crash (writes should be atomic) and doesn't ever need to be fsck'd, yet still is very fast and caches writes and accumulates writes, so that repeated writes to the same file result in only one physical write.
