File: README

package info (click to toggle)
libvhdi 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,864 kB
  • sloc: ansic: 154,326; sh: 5,968; makefile: 1,119; python: 647; sed: 16
file content (28 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
libvhdi is a library to access the Virtual Hard Disk (VHD) image format.

Project information:

* Status: alpha
* Licence: LGPLv3+

Read supported formats:

* VHD version 1

Supported image types:

* Fixed-size hard disk image
* Dynamic-size (or sparse) hard disk image
* Differential (or differencing) hard disk image
  * Note that an undo disk image (.vud) is also a differential image

Work in progress:

* Dokan library support
* Thread-safety in file API functions

For more information see:

* Project documentation: https://github.com/libyal/libvhdi/wiki/Home
* How to build from source: https://github.com/libyal/libvhdi/wiki/Building