Skip to content

mbartoli/blobfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blobfs

FUSE-based file system backed by Microsoft Azure's blob storage

  1. Examples & Usage
  2. Installation & Setup

Python Version License Type

Examples & Usage

Start blobfs where mnt is the folder where you want to mount Azure and temp is an empty directory for caching.

python -W ignore blobfs.py temp mnt 

Installation & Setup

Prerequisites:

  • libfuse
  • python2.7
  • python-pip
  1. Install additional dependencies via pip
pip install azure-storage
  1. Add your storage account name and key to config.py
  2. Test Azure connectivity
python -W ignore verify-azure.py

Docker

docker run -it --privileged mbartoli/blobfs /bin/bash

About

FUSE-based file system backed by Microsoft Azure's blob storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published