Skip to content

mirekys/fusefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fusefs

Python FUSE module for mounting all filesystems supported by the PyFilesystem2 module.

NOTE: Currently it supports just Read/Only mounts of ZIP/TAR archives.

Instaling

  • Install fuse and fuse-devel system packages
  • Build & Install fusefs with poetry:
pip install poetry
git clone https://github.com/mirekys/fusefs.git
cd fusefs
poetry build
cd dist
tar -xvf fusefs-0.1.0.tar.gz
pip install -e fusefs-0.1.0/

Usage

fusefs <source> <mountpoint>

Where source must be in PyFilesystem2 format

About

Python FUSE library for mounting FS URLs supported by the PyFilesystem2 module

Topics

Resources

License

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages