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