Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nraynaud/xo-vhdmount
https://github.com/nraynaud/xo-vhdmount
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nraynaud/xo-vhdmount
- Owner: nraynaud
- License: agpl-3.0
- Created: 2016-10-06T19:46:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T19:46:19.000Z (about 8 years ago)
- Last Synced: 2024-11-04T17:26:35.658Z (about 2 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xo-vhdimount
> Node.js lib for mounting VHDI files as raw disk files## Usage
```
> sudo node dist/index.js file.vhd
```This will create a directory "mntPoint" and a file "mntPoint/disk" whose content is the VHD file raw content
```
> sudo fusermount -uz mntPoint
```Will unmount the file.
```
> sudo mmls -a mntPoint/disk
DOS Partition Table
Offset Sector: 0
Units are in 512-byte sectorsSlot Start End Length Description
02: 00:00 0000002048 0008386559 0008384512 Linux (0x83)
```Will identify the partitions present in the raw disk
## License
AGPLv3.0 © [Vates SAS](https://vates.fr)