RUT956 - Writing files to device's internal flash memory

Good morning,
I am writing a sh script that will be executed inside a RUT956 device. The script is composed of a first process responsible of reading the gps coordinates every second and write them to a specific file and a second process responsible of periodically removing the data from that file and send it to a remote server.

My question is: can writing every second to the internal flash memory of the router be harmful? Should it be better to add a dedicated external usb storage device?

Best regards,
Federico

SLC NAND flash would be one prerequisite regardless if internal or external

Hi @federico.caroli,
I would definitely suggest you use an external USB storage (like a micro USB stick)
because writing every second means 86,400 writes per day additionally to what the
OS writes (which shouldn’t be that much).
AND you can swap the external device once it starts to fail but you can’t swap the
internal flash :slight_smile:

Regards,
Timelapse Admin

Hi,

Thanks to both of you for the replies. I will start using an external device for that purpose.

Best regards,
Federico

This topic was automatically closed after 15 days. New replies are no longer allowed.