You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using fsync inside an add-on will really write file to SD-card?
I know that ext4 commit interval is 30s. I would like to save new data and then delete old, but I can do this only if the new data is really written to storage (eg. SD card). Can it be achieved with fsync inside an add-on's container?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using
fsync
inside an add-on will really write file to SD-card?I know that ext4 commit interval is 30s. I would like to save new data and then delete old, but I can do this only if the new data is really written to storage (eg. SD card). Can it be achieved with
fsync
inside an add-on's container?Beta Was this translation helpful? Give feedback.
All reactions