mnt

0.0.4 • Public • Published

node-mount

Mount/unmount devices from node.js

Usage

var mount = require('mount');
mount.mount('tmpfs', 'tmpDir', 'tmpfs', function(success) {
    // Do hard job.
    mount.unmount('tmpDir', function(success) {
        // Finish hard job! YAY.
    });
});

Installation

npm install http://github.com/stackdot/node-mount.git

This module is forked from Maciej Małecki`s repository, but completely rewritten.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    232
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    232

Package Sidebar

Install

npm i mnt

Weekly Downloads

232

Version

0.0.4

License

none

Last publish

Collaborators

  • jutaz