/blobfs

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

Primary LanguagePythonApache License 2.0Apache-2.0

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