Difference between pages "User:Simson Test" and "VMWare Virtual Disk Format (VMDK)"
From Forensics Wiki
(Difference between pages)
m (Creating user page with biography of new user.) |
Joachim Metz (Talk | contribs) (→Extent file types) |
||
| Line 1: | Line 1: | ||
| − | + | {{expand}} | |
| + | |||
| + | == Image types == | ||
| + | There are multiple types of VMWare Virtual Disk Format (VMDK) data files: | ||
| + | * '''2GbMaxExtentFlat''' (or '''twoGbMaxExtentFlat'''); descriptor file (name.vmdk) with RAW data extent files (name-f###.vmdk). This image type is basically a [[Raw Image Format|split RAW image]]. | ||
| + | * '''2GbMaxExtentSparse''' (or '''twoGbMaxExtentSparse'''); descriptor file (name.vmdk) with VMDK sparse data extent files (name-s###.vmdk) | ||
| + | * '''monolithicSparse'''; VMDK sparse data extent file (name.vmdk) which contains the descriptor file data. | ||
| + | |||
| + | == Descriptor file == | ||
| + | The descriptor file defines how and where the data of the VMDK image is stored. The data is stored in extent data files. | ||
| + | |||
| + | == Extent file types == | ||
| + | There are multiple types extent files: | ||
| + | * RAW extent data file or device | ||
| + | * VMDK sparse extent data file | ||
| + | * COWD sparse extent data file | ||
| + | |||
| + | == External Links == | ||
| + | * [http://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf?src=vmdk Virtual Disk Format 5.0], by [[VMWare]] | ||
| + | |||
| + | [[Category:File Formats]] | ||
Revision as of 11:50, 22 September 2012
|
Please help to improve this article by expanding it.
|
Contents |
Image types
There are multiple types of VMWare Virtual Disk Format (VMDK) data files:
- 2GbMaxExtentFlat (or twoGbMaxExtentFlat); descriptor file (name.vmdk) with RAW data extent files (name-f###.vmdk). This image type is basically a split RAW image.
- 2GbMaxExtentSparse (or twoGbMaxExtentSparse); descriptor file (name.vmdk) with VMDK sparse data extent files (name-s###.vmdk)
- monolithicSparse; VMDK sparse data extent file (name.vmdk) which contains the descriptor file data.
Descriptor file
The descriptor file defines how and where the data of the VMDK image is stored. The data is stored in extent data files.
Extent file types
There are multiple types extent files:
- RAW extent data file or device
- VMDK sparse extent data file
- COWD sparse extent data file