Page 1 of 1

Writing to flash?

Posted: Mon Feb 17, 2020 8:09 pm
by FraSti
When does the nano sd writes to flash? I assume every time when creating a file in a subdirectory of /data/. Meaning, every time when creating an export, chart or html file.

Because flash isn’t made for periodical writing, I am wondering if the files cannot created in RAM and sent by ftp? I found this option only for html files...

Can someone confirm that all cgi-bin requests are handled in RAM and don’t wear out the SD?

Thanks
Frank

Re: Writing to flash?

Posted: Wed Feb 19, 2020 11:45 am
by admin
Which commands in cgi-bin do you refer to? If it is template.cgi then there is no writing to any persistent storage.