Difference between pages "Windows XML Event Log (EVTX)" and "VMWare Virtual Disk Format (VMDK)"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) (→External Links) |
Joachim Metz (Talk | contribs) (→Descriptor file) |
||
| Line 1: | Line 1: | ||
{{expand}} | {{expand}} | ||
| − | + | == 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). This image type is basically a [[Raw Image Format|split RAW image]]. | ||
| + | * 2GbMaxExtentSparse (twoGbMaxExtentSparse); descriptor file (name.vmdk) with VMDK sparse data extent files (name-s###.vmdk) | ||
| − | + | == 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 data file |
| + | * VMDK sparse data file | ||
| + | * COWD sparse data file | ||
== External Links == | == External Links == | ||
| − | + | * [http://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf?src=vmdk Virtual Disk Format 5.0], by [[VMWare]] | |
| − | * [http:// | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
[[Category:File Formats]] | [[Category:File Formats]] | ||
Revision as of 09: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 (twoGbMaxExtentFlat); descriptor file (name.vmdk) with RAW data extent files (name-f###.vmdk). This image type is basically a split RAW image.
- 2GbMaxExtentSparse (twoGbMaxExtentSparse); descriptor file (name.vmdk) with VMDK sparse data extent files (name-s###.vmdk)
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 data file
- VMDK sparse data file
- COWD sparse data file