Skip to content

Commit

Permalink
add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tony4248 committed Jun 20, 2017
1 parent 7d270ab commit c266304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BlobFs
=====
![blobfs demo](doc/blobfs-demo.gif)
BlobFs is a distributed [FUSE](http://fuse.sourceforge.net) based file system backed by [Microsoft azure blob storage service](https://azure.microsoft.com/en-us/services/storage/blobs/). It allows you to mount the containers/blobs in the storage account as a Linux local folder. It support the cluster mode.

## Project Goals
Expand Down Expand Up @@ -59,6 +60,9 @@ Additionally, you should do these actions
### final.Start the blobfs service
nohup java -jar uber-blobfs-0.0.1-SNAPSHOT.jar

## Tips
* the block blob is read only by default. marked with read only flag. e.g. r--r--r--
* the append blob is marked with the read and write flat. e.g rw-rw-rw-

## Dependency
FUSE (Filesystem in Userspace) is an OS mechanism for unix-like OS that lets non-privileged users create their own file systems without editing kernel code.
Expand Down

0 comments on commit c266304

Please sign in to comment.