blob: c9319d4cbbeaed2b85c3fc8ee62a39e49e640f94 (
plain)
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
|
libphdi is a library to access the Parallels Hard Disk image (PHDI)
format.
Project information:
* Status: experimental
* Licence: LGPLv3+
Read supported file formats:
* Version 2
Supported image types:
* Fixed-size (plain) hard disk image
* Dynamic-size (expanding) hard disk image
* Split hard disk image
* Differential (or differencing) hard disk image
Unsupported format features:
* Version 1
* Snapshots
For more information see:
* Project documentation: https://github.com/libyal/libphdi/wiki/Home
|