Elektrine lite

← Feed

@vortexal@lemmy.ml

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

    Open ##1712930

  • @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…

    Open ##1713619