Skip to content

teodor440/archmount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What this project is about

This project is only academic!
This program allows you to mount different types of archives read-only.
The implementation is based on libfuse and libarchive. To run it you need this two installed.

How to install

Debian based distros

sudo apt install libarchive-dev libfuse-dev pkg-config
cd /path/to/repository
make install

Other systems

For other os you can build and install from source libarchive and libfuse or use your package manager to aquire them
Then you just have to build and install it make install

Usage

archmount [options] <mountpoint> <archive_path>

About

Linux library that mounts archives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors