Am I the only one who is a little concerned that all the filesystems on pdaXrom are RW, plus I\'m running as root which is always a recipe for disaster (or accidental erasure of /bin)
Has anyone used a normal user accout, does everything still run ok?
I am also a little concerned that there is too much flash activity in the internal memory, I want the longest life possible for my Z, any ideas on that? I was thinking of moving temp files to my MMC card, are there any issues?
The underlying jffs2 filesystem is well aware of the flash aging, so it is deliberately designed with the so called \'wear leveling\' idea in mind. The idea is to evenly balance write operations across all flash space. That is, each time you write the same file, it occupies different physical space on your flash. Now just multiply the given 100,000 by the number of the erasesize blocks (8192 on a 128M flash), and you get total number of writes before the death of the flash. So just relax, it will last for quite some time
Btw, you can mount your /tmp to reside entirely in your RAM memory to somewhat lower flash usage. You\'ll get an increase of memory usage proportional to the amount of data in our /tmp though.
On the root issue: that\'s just a PDA, a small and typically single user environment, so all these unix full blown permissions will most probably bother you instead of helping. After all, remember that most users on a full blown Windows computers are root too, and somehow they survive