Hacker News new | ask | show | jobs
by lambdaxyzw 782 days ago
Would be nice to have something that integrates with 7z - it supports a lot of weird archive types, including "weird" ones I care about (for example PE files, better known as ".exe files").
1 comments

Or zstd. I have some dd blobs of partitions, the blobs are zstandard-compressed, would like to mount them.
Ratarmount also works for that. However, it, and any other tool I know of, works only well if it was compressed with pzstd because of a limitation of the zstd format. It needs separate zstd frames for fast seeking.