VMDK
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Disk Image Formats |extensions={{ext|vmdk}} }} VMDK (Virtual Machine Disk) is a format developed by VMWare (but now open), used...") |
m (Add Kaitai Struct schema) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Disk Image Formats | |subcat=Disk Image Formats | ||
|extensions={{ext|vmdk}} | |extensions={{ext|vmdk}} | ||
+ | |kaitai struct=vmware_vmdk | ||
}} | }} | ||
− | [[VMDK]] (Virtual Machine Disk) is a format developed by | + | [[VMDK]] (Virtual Machine Disk) is a format developed by VMware (but now open), used for storage in virtual machines (a program running on a real machine such as a desktop or laptop PC in order to simulate a separate machine for the purpose of running software in a sandboxed environment, or to use different operating systems from that of the real computer). VirtualBox can use it in addition to the [[VDI]] format. The maximum capacity is 2040 gigabytes. |
+ | |||
+ | The specifications of Virtual Disk Format 6.0 are still not released. | ||
== Specs == | == Specs == | ||
* [http://www.vmware.com/app/vmdk/?src=vmdk Virtual Disk Format 1.1 spec] | * [http://www.vmware.com/app/vmdk/?src=vmdk Virtual Disk Format 1.1 spec] | ||
− | * [http://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf?src=vmdk Virtual Disk Format 5.0 spec] | + | * [https://web.archive.org/web/20160802134543/http://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf?src=vmdk Virtual Disk Format 5.0 spec] |
== File conversion == | == File conversion == | ||
Line 20: | Line 23: | ||
* [https://www.virtualbox.org/ VirtualBox official site] | * [https://www.virtualbox.org/ VirtualBox official site] | ||
* [https://communities.vmware.com/community/vmtn/developer/forums/vddk VMWare developer forum] | * [https://communities.vmware.com/community/vmtn/developer/forums/vddk VMWare developer forum] | ||
− | * [ | + | * [{{ForensicsWikiURL|vmware_virtual_disk_format_%28vmdk%29}} Forensics Wiki article] |
Latest revision as of 17:43, 26 December 2024
VMDK (Virtual Machine Disk) is a format developed by VMware (but now open), used for storage in virtual machines (a program running on a real machine such as a desktop or laptop PC in order to simulate a separate machine for the purpose of running software in a sandboxed environment, or to use different operating systems from that of the real computer). VirtualBox can use it in addition to the VDI format. The maximum capacity is 2040 gigabytes.The specifications of Virtual Disk Format 6.0 are still not released.
[edit] Specs
[edit] File conversion
- How to convert VirtualBox VDI to VMware VMDK disks (or vice versa)
- vdi 2 vmdk converter
- VDI to VMDK instructional video