Code Monkey home page Code Monkey logo

fuse's Introduction

FUSE

FUSE (Filesystem in Userspace) is an excellent way to hack up filesystems on various operating systems (it is supported best on Linux and BSD). The Fuse Perl module lets you write filesystems in Perl. Scary, but attractively easy!

I’ve written an extension, Fuse::Util, which provides fall-through methods that can be used to write a FUSE filing system which falls through to the underlying filesystem for some of its methods, and a few filesystems:

=loop_fs= A simple loopback filesystem. =metadata_fs= A loopback filesystem which presents the metadata of each file on the underlying filesystem as a file. A design for a more complex version which copes with directories as well is also given in the file @metadata_fs_ideal@. =filter_attr_fs= A filesystem which gives a filtered view of the underlying filesystem according to which objects possess a certain extended attribute. (This could easily be extended to arbitrary predicates.) =urifs= An automounter for the internet. Needs sshfs, curlftpfs and httpfs2, and allows URLs to be used as filenames.

Download

fuse-bits release 2:

  • Source code (ready to run): $webfile{fuse-bits-2.tar.gz,tar.gz}

fuse's People

Contributors

rrthomas avatar

Watchers

 avatar James Cloos avatar  avatar

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.