diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2014-12-16 20:00:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 20:00:30 +0700 |
commit | 9ff662be1a6ee380ee132881986bebf4070c0c40 (patch) | |
tree | 6258a15f0e881d2e84fbdb1e84e7fc45bf707145 /libraries/libvmdk/README | |
parent | 35cd639319facf001da3f606c613923fd1f1c65b (diff) |
libraries/libvmdk: Added (libYAL VMDK Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvmdk/README')
-rw-r--r-- | libraries/libvmdk/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/libvmdk/README b/libraries/libvmdk/README new file mode 100644 index 000000000000..ea36b3425003 --- /dev/null +++ b/libraries/libvmdk/README @@ -0,0 +1,21 @@ +libvmdk (libYAL VMDK library) + +Library and tools to access the VMware Virtual Disk (VMDK) image format. + +Read supported extent file formats: + + -RAW (flat) + -COWD version 1 (sparse) + -VMDK version 1, 2 and 3 (sparse) + +Supported VMDK format features: + + -delta links + -grain compression (as of version 20131209) + -data markers (as of version 20140416) + +VMDK format features not supported at the moment: + + -images that use a physical device + -changed block tracking (CBT) (supported by VMDK version 3 (sparse)) + change tracking file |