Difference between pages "Regripper" and "VMWare Virtual Disk Format (VMDK)"
From Forensics Wiki
(Difference between pages)
(→RegRipper) |
Joachim Metz (Talk | contribs) (→Image types) |
||
| Line 1: | Line 1: | ||
| − | + | {{expand}} | |
| − | + | == Image types == | |
| + | There are multiple types of VMWare Virtual Disk Format (VMDK) files: | ||
| + | * '''2GbMaxExtentFlat''' (or '''twoGbMaxExtentFlat'''); descriptor file (name.vmdk) with RAW extent data 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 extent data files (name-s###.vmdk) | ||
| + | * '''monolithicSparse'''; VMDK sparse extent data 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 data file types == |
| + | There are multiple types extent data 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:51, 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) files:
- 2GbMaxExtentFlat (or twoGbMaxExtentFlat); descriptor file (name.vmdk) with RAW extent data files (name-f###.vmdk). This image type is basically a split RAW image.
- 2GbMaxExtentSparse (or twoGbMaxExtentSparse); descriptor file (name.vmdk) with VMDK sparse extent data files (name-s###.vmdk)
- monolithicSparse; VMDK sparse extent data 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 data file types
There are multiple types extent data files:
- RAW extent data file or device
- VMDK sparse extent data file
- COWD sparse extent data file