cybernoid / archivemount

A fuse filesystem for mounting archives in formats supported by libarchive.
Other
184 stars 19 forks source link

Extremely slow file access in zip files #24

Closed probonopd closed 2 years ago

probonopd commented 2 years ago

A ~100 MB file can be unzipped in just a few seconds, but copying the same file out of a mounted zip archive using archivemount on FreeBSD takes ~10 minutes during which the archivemount process takes ~80% CPU.

Is this just how it is, or is this a grave bug?

mxmlnkn commented 2 years ago

@probonopd This is probably a duplicate of #21. Please give https://github.com/google/fuse-archive or https://github.com/mxmlnkn/ratarmount a try. Both should fix that particular issue. As to the current development stauts of archivemount, please check out the answers in #14.

probonopd commented 2 years ago

Thanks for the pointers @mjfwalsh.