Post #1706156
2026-04-27 00:11 UTC
Is it read-only, or does it write the files at some point?
Replies (2)
-
@Natanael@slrpnk.net 2026-04-27 05:02
Both are possible but read only is more common
-
@Natanael@slrpnk.net 2026-04-27 05:27
FYI digging through documentation reminded me of squashfs. It does what it sounds like. But it’s read only, so you would have to use an overlay and then overwrite the whole volume at once to sync changes. medium.com/…/how-overlayfs-and-squashfs-power-emb…