themactep / thingino-firmware

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

automount: mount sdcard with noatime #258

Closed nicolasroche898 closed 17 hours ago

nicolasroche898 commented 17 hours ago
# mount | grep mmc

before:
/dev/mmcblk0p1 on /mnt/mmcblk0p1 type exfat (rw,sync,relatime,fmask=0000,dmask=0000,allow_utime=0022,namecase=0,errors=remount-ro)

after:
/dev/mmcblk0p1 on /mnt/mmcblk0p1 type exfat (rw,sync,noatime,fmask=0000,dmask=0000,allow_utime=0022,namecase=0,errors=remount-ro)