Sign inSign up

mbartoli/blobfs

By mbartoli

Updated almost 10 years ago

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

Image
0

1.2K

mbartoli/blobfs repository overview

blobfs

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

  1. Examples & Usage <#examples--usage>_
  2. Installation & Setup <#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.

.. code:: bash

python -W ignore blobfs.py temp mnt 

Installation & Setup

Prerequisites:

  • libfuse

  • python2.7

  • python-pip

  1. Install additional dependencies via pip

.. code:: bash

pip install azure-storage

2. Add your storage account name and key to config.py

  1. Test Azure connectivity

.. code:: bash

python -W ignore verify-azure.py

Docker

.. code:: bash

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

.. |Python Version| image:: https://img.shields.io/badge/python-2.7-yellow.svg :target: https://www.python.org/

.. |License Type| image:: https://img.shields.io/badge/license-APLv2-blue.svg :target: https://github.com/mbartoli/blobfs/blob/master/LICENSE

Tag summary

Content type

Image

Digest

Size

199.8 MB

Last updated

almost 10 years ago

docker pull mbartoli/blobfs