Am Dienstag, 31. Mai 2011, 13:29:59 schrieb Ithamar R. Adema: > Hi, > > On Tue, 2011-05-31 at 11:44 +0300, Vasilis Tsiligiannis wrote: > > They typically last more than 100,000 program/erase cycles so I don't > > think you will have a problem in the first 150 years of use. > > This is assuming the theoretical story is correct in practice. In > practice, I've seen flashes (especially NAND, but also NOR) die a lot > sooner then that.... especially in cheap consumer hardware :( > > Ithamar. > > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
if you look at the code in the init script, it creates the wireless file even on devices that dont have a wifi card attached/included. and deletes it right afterwards and this happens on every boot. i know that not everyone reboots the machine 10 times a day, but the write operation to flash can be avoided, otherwise we could also write resolv.conf and other files that get now created in tmpfs to the flash and i dont think this is a good idea. Peter _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel