ratarmount icon indicating copy to clipboard operation
ratarmount copied to clipboard

Access large archives as a filesystem efficiently, e.g., TAR, RAR, ZIP, GZ, BZ2, XZ, ZSTD archives

Results 31 ratarmount issues
Sort by recently updated
recently updated
newest added

Add support for archives supported by libarchive library

I have been experimenting with ratarmount and mostly working nicely so far, thanks A problem i have hit and struggling to figure out why is that when i call `cli(args)`...

I have a use case with multiple (>10) processes competing to access a directory mounted by ratarmount. I don't have exact numbers, but the total run time is **MUCH** bigger...

performance

I have a 25G tar file that takes ~4 minutes to index. However, after each reboot ratarmount needs to rebuild it: ``` Successfully loaded offset dictionary from ... [Warning] The...

I'm working on a project where we need to simultaneously mount a LOT of archives and I'm talking about thousands of them. For the moment while experimenting with ratarmount we...

When using -r option I'm getting log messages about SQLite databases created in :memory: even when --index-folder is specified. Is it normal? Btw there is separate db for each .tar...

Usecase: Mounting a TAR with a lot of compressed (single block and therefore not parallelizable) xz archives. Such data can be created by archiving logfiles that have been logrotated and...

performance

The parallel xz decoder is fast but it doesn't bother thinking much about the used memory. It simply uses a block cache storing in the order of number-of-cores blocks of...

performance

Since the very first version of ratarmount, it was able to work with recursive archives. But only with uncompressed TARs inside TARs inside TARs because this case is easy as...

performance

https://github.com/mxmlnkn/ratarmount/runs/4421832722 ``` uname -a Darwin Mac-1638698273084.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64 ``` The "Test Simple Mount" step hangs somewhere. Probably on ratarmount?...

bug