cybernoid / archivemount

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

Archivemount change some archive type to tar #30

Open og900aero opened 1 month ago

og900aero commented 1 month ago

I try archivemount, but I noticed that it changes the type of a couple of compressors. For example, if I mount a zip or tar.zst, then make changes in it and detach it with fusermount -u , the modified file will be changed to tar:

─ ✔  shyciii@debian  /home/Data  took 4.934s  
╰─$ file -Lb --mime-type scrip.tar.zst
application/x-tar

╭─ ✔  shyciii@debian  /home/Data  took 10.843s  
╰─$ file -Lb --mime-type scrip.tar.zst.orig 
application/zstd
nabijaczleweli commented 1 month ago

This was fixed in archivemount-ng, cf. #29.