<meino.cramer <at> gmx.de> writes:
> on different systems I see the write stats (/proc/dikstats) to > physical existing disks steadily increasing. > Looking at the output of lsof I cannot find any file suspicous > for receiving those writes. Ok so in my experiences you need a (2) pronged approach. (1) Then pursue quantifying with tools just what is causing the writes, strategies for minimization and monitoring as needed. So folks are going down path (1) with you, that is fine. (2) First minimize those write to your non-mechanical memory. Path (2) on any and all minimized gentoo or embedded gentoo systems, I start out with USE="-*" to keep things minimum. Yea that tweaks the devs now, but minimal system are just that, minimized, imho, so that is a firm standard I always operation on. Set the minimum number of global flags and the thinest profile that will work for your system. Every flag invokes more code and hence more processes, more files, more writing to media. Also, all log files should be written off the embeded system via NFS or other similar mechanisms. If you want further help, put up a document where folks can spend $20 and get a similar board up and running embedded gentoo. Then they can see exactly what you see have and you can work as a team, or not, your call. I have dozens of tricks to minimize a gentoo system. But it is quite a bit of work, just so you know. It's not a do this and it great. It more like, try this, study the result and then alter the strategy. hth, James