fuse-memfd

0.0.0 • Public • Published

fuse-memfd

In memory filesystem backed by FUSE & memfd_create

npm install -g fuse-memfd

Usage

fuse-memfd ./mnt # mounts an in memory filesystem at ./mnt (needs to exists)

Javascript API

You can access the FUSE operations from JS as well

const Fuse = require('fuse-native')
const memfd = require('fuse-memfd')
const ops = memfd()

const fuse = new Fuse('./mnt', ops)

License

MIT

/fuse-memfd/

    Package Sidebar

    Install

    npm i fuse-memfd

    Weekly Downloads

    0

    Version

    0.0.0

    License

    MIT

    Unpacked Size

    17.6 kB

    Total Files

    6

    Last publish

    Collaborators

    • jauntywunderkind