mount

0.0.3 • Public • Published

node-mount

Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)

Mount your device from node.js like what.

Usage

var mount = require('mount');
mount.mount('tmpfs', 'tmpDir', 'tmpfs');
// ... do some stuff in tmpDir
mount.unmount('tmpDir');
// BAH! everything from tmpDir is gone!

Installation

npm install mount

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i mount

      Weekly Downloads

      12

      Version

      0.0.3

      License

      none

      Last publish

      Collaborators

      • mmalecki