To make a small computer that runs say Linux and needs at least 100MB
> non-volatile memory, I suppose most people would use one of the
> following:
>
> microdrive 512mb - 1GB
> compactflash 32mb - 512mb
> flash sims 4mb - 128mb
> small ide drive 4gb - 60gb
>
> Does anyone know of anything else out there? For my project of
> building a small linux-running computer, I'm contemplating the
> compactflash solution but I feel constant writing to one section of it
> would yield lesser life than a microdrive. Is this the cheapest
> solution?
>
> And how about storing most of Linux on a ROM that might be cheaper,
> and letting a small flash be the read-write (/var, /tmp, /etc).
CF 'generally' does sector remapping so that even if you write one sector again and again you will evenly wear the whole flash. You can also get 1gb (and I think 2gb CF now).
Why would be constantly writing one sector?
Ralph