File: README

package info (click to toggle)
libphdi 0~20240508-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,836 kB
  • sloc: ansic: 201,520; sh: 6,445; makefile: 1,312; python: 517; yacc: 374; lex: 254; cpp: 88; sed: 16
file content (28 lines) | stat: -rw-r--r-- 591 bytes parent folder | download
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
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
* How to build from source: https://github.com/libyal/libphdi/wiki/Building