Get the mount point for a file
npm install mount-point> Get the mount point for a file
```
$ npm install --save mount-point
`js
const mountPoint = require('mount-point');
mountPoint('foo.tar.gz').then(mount => {
console.log(mount);
//=> '/'
});
`
* df - Get free disk space info from df -kP`
MIT © Kevin Mårtensson