Difference between revisions of "VMWare Virtual Disk Format (VMDK)"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) |
||
| Line 3: | Line 3: | ||
== Image types == | == Image types == | ||
There are multiple types of VMWare Virtual Disk Format (VMDK) data files: | There are multiple types of VMWare Virtual Disk Format (VMDK) data files: | ||
| + | * 2GbMaxExtentFlat (twoGbMaxExtentFlat); descriptor file (name.vmdk) with [[Raw Image Format|RAW data]] extent files (name-f###.vmdk) | ||
| + | * 2GbMaxExtentSparse (twoGbMaxExtentSparse); descriptor file (name.vmdk) with VMDK sparse data extent files (name-s###.vmdk) | ||
| + | |||
| + | == Descriptor file == | ||
| + | |||
| + | == Extent file types == | ||
| + | There are multiple types extent files: | ||
* RAW data file | * RAW data file | ||
* VMDK sparse data file | * VMDK sparse data file | ||
Revision as of 09:39, 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 (twoGbMaxExtentFlat); descriptor file (name.vmdk) with RAW data extent files (name-f###.vmdk)
- 2GbMaxExtentSparse (twoGbMaxExtentSparse); descriptor file (name.vmdk) with VMDK sparse data extent files (name-s###.vmdk)
Descriptor file
Extent file types
There are multiple types extent files:
- RAW data file
- VMDK sparse data file
- COWD sparse data file