# mnt

> Mount/unmount system devices

Latest version **0.0.4** (published 2013-10-24) · 0 weekly downloads

## Install

```sh
npm install mnt
pnpm add mnt
yarn add mnt
bun add mnt
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2013-10-24 |
| First published | 2013-10-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Author | Stackdot |
| Maintainers | jutaz |
| Keywords | mount, linux, device |

## Links

- npm: https://www.npmjs.com/package/mnt
- Repository: https://github.com/stackdot/node-mount
- Issues: https://github.com/stackdot/node-mount/issues
- npm.io page: https://npm.io/package/mnt

## Recent versions

- 0.0.4 (latest) — 2013-10-24

## README

# node-mount

Mount/unmount devices from node.js

## Usage

```javascript
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]("https://github.com/mmalecki/node-mount"), but completely rewritten.

---
_Source: https://npm.io/package/mnt · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
