What's new

jffs lifespan affected by reads?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

BassKozz

Occasional Visitor
I know the jffs partition shouldn't be used for a large amount of writes because it will cause wear on the flash memory, but do reads affect the flash memory's lifetime?

I have a 3.4K script in the jffs partition that runs every minute (via cron). Since this script gets called every minute of every day, I know those reads can add up. My question is, should I be worried about that?

I suppose I can have the init-start script copy my script that gets called every minute to /tmp (ram) and run it from there, but I don't know if I should be worried about it or not.

Thanks in advance,
-BassKozz
 
Reading is safe. The whole firmware is running from that same flash anyway.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top