Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)
Mount your device from node.js like what.
var mount = require('mount');
mount.mount('tmpfs', 'tmpDir', 'tmpfs');
// ... do some stuff in tmpDir
mount.unmount('tmpDir');
// BAH! everything from tmpDir is gone!
npm install mount