0.0.0 • Published 4 years ago

fuse-memfd v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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