cybernoid / archivemount

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

feature request: zstd support #26

Open ghost opened 1 year ago

ghost commented 1 year ago
archivemount ~/iso/ubuntu-22.04.1-preinstalled-server-arm64+raspi.img.zst img
Unrecognized archive format
mxmlnkn commented 1 year ago

This project is inactive. ratarmount has Zstandard support.

nabijaczleweli commented 2 months ago

again with the ad; you can do this with -o formatraw:

$ zstd < archivemount.c > archivemount.c.zst
$ ./archivemount -o formatraw archivemount.c.zst mnt
$ l mnt/
total 67K
-r--r--r-- 1 nabijaczleweli users 67K 06-16 02:48 data
$ head mnt/data
/*

   Copyright (c) 2005-2018 Andre Landwehr <andrel@cybernoia.de>

   This program can be distributed under the terms of the GNU LGPL.
   See the file COPYING.

   Based on: fusexmp.c and sshfs.c by Miklos Szeredi <miklos@szeredi.hu>

   Contributions by: Niels de Vos <niels@nixpanic.net>