2 comments

  • Ecco19 minutes ago
    How about using a format that has actually been designed to be a compressed read-only filesystem? Something like a SquashFS or cramfs disk image?
  • sillysaurusx1 hour ago
    Only peripherally relevant, but also see Ratarmount: <a href="https:&#x2F;&#x2F;github.com&#x2F;mxmlnkn&#x2F;ratarmount" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mxmlnkn&#x2F;ratarmount</a><p>It lets you mount .tar files as a read only filesystem.<p>It’s cool because you basically get random access to the tarball without paying any decompression costs. (It builds an index saying exactly where so-and-so is for every file.)