@vates/fuse-vhd
v2.1.2
Published
<!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED -->
Downloads
147
Maintainers
Keywords
Readme
@vates/fuse-vhd
Install
Installation of the npm package:
npm install --save @vates/fuse-vhd
Usage
Mount a vhd generated by xen-orchestra to filesystem
Library
import { mount } from 'fuse-vhd'
// return a disposable, see promise-toolbox/Disposable
// unmount automatically when disposable is disposed
// in case of differencing VHD, it mounts the full chain
await mount(handler, diskId, mountPoint)
cli
From the install folder :
cli.mjs <remoteUrl> <vhdPathInRemote> <mountPoint>
After installing the package
xo-fuse-vhd <remoteUrl> <vhdPathInRemote> <mountPoint>
remoteUrl can be found by using cli in @xen-orchestra/fs
, for example a local remote will have a url like file:///path/to/remote/root
Contributions
Contributions are very welcomed, either on the documentation or on the code.
You may:
- report any issue you've encountered;
- fork and create a pull request.