Giter VIP home page Giter VIP logo

direct-fuse's Introduction

Direct-FUSE: Removing the Middleman for High-Performance FUSE File System Support

Getting Started

  1. Currently we have supported bbfs, sshfs, curlftpfs, and cruise as backends. -- bbfs: a FUSE file system overlying the native file system. -- sshfs: a file system client based on the SSH File Transfer Protocol. -- curlftpfs: A FTP file system based on cURL and FUSE. -- cruise: a memory based file system.

  2. Installation -- set your $(FUSE_HOME) in Makefile -- our FUSE version is fuse 2.9.7 -- set your $(GLFS_HOME) in Makefile -- set your $(CRUISE_HOME) in Makefile -- build library ./Makefile -- build tasks There are four tests in the tests directory. You can compile them individually in their directories.

  3. When using the curlftps, be sure to have correct permission on the provided server.

  4. Every file has to be created before accessing it.

  5. For using CRUISE library, be sure to change the CRUISE_WRAP inside cruise-internal.h at line 112(inside cruise repo). original: #define CRUISE_WRAP(name) wrap ## name change to: #define CRUISE_WRAP(name) cruise_fuse ## name

  6. We include the experimental results for Fig.5-8 of Direct-FUSE paper, which can be found under ./results directory.

License

Direct-FUSE is distributed under the terms of LGPL v2.1 license.

LLNL-CODE-805021

direct-fuse's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.