themactep / thingino-firmware

Open-source firmware for Ingenic SoC IP cameras
https://thingino.com
MIT License
159 stars 50 forks source link

Flash mounted with relatime may cause unnecessary writes #228

Closed diadatp closed 1 week ago

diadatp commented 2 weeks ago

As brought up by @ Jow on Discord, the overlay mtd partition /dev/mtdblock4 is mounted using relatime. This will cause at most one extra write per file per read per day. A suggestion was made to mount this partition with noatime to prevent any access time update writes.

themactep commented 1 week ago

I think i fixed that a few days ago.