archivemount icon indicating copy to clipboard operation
archivemount copied to clipboard

Multi-volume support

Open niklasholm opened this issue 7 years ago • 2 comments

Libarchive has support for multi-volume archives, for example, RAR-archives split into foo.rar, foo.r00, foo.r01 etc. However, when mounting such an archive with archivemount foo.rar mountpoint I get access denied errors when trying to read past the first part. Does not archivemount support multi-volume archives or am I doing something wrong?

niklasholm avatar Jan 26 '18 14:01 niklasholm

This copy is getting quite stale (last update in 2013). The authority archivemount is here: http://www.cybernoia.de/software/archivemount/

Anyway, I've never tested archivemount with multi-volume archives. If I get a chance I'll take a look (and fix it if needed).

bramp avatar Jan 26 '18 17:01 bramp

To clarify, I tested on Ubuntu 17.10 with version 0.8.7-1 from the official repositories.

$ archivemount --version
archivemount version 0.8.7
FUSE library version: 2.9.7
fusermount version: 2.9.7
using FUSE kernel interface version 7.19

If you could take a look at it and enable that functionality it would be greatly appreciated.

niklasholm avatar Feb 02 '18 08:02 niklasholm