Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

VMDK

From Wikipedia, the free encyclopedia
File format for virtual hard disk drive containers
For the political party in Serbia abbreviated as VMDK, seeDemocratic Fellowship of Vojvodina Hungarians.
Virtual Machine Disk Format
Filename extension
.vmdk
Internet media typeapplication/x-vmdk-disk, application/x-virtualbox-vmdk
Developed byVMware
Latest release
5.0
December 20, 2011
Type of formatDisk image file
Websitecode.vmware.com/web/sdk/6.7/vddk

VMDK (short forVirtual Machine Disk) is afile format that describes containers forvirtual hard disk drives to be used invirtual machines likeVMware Workstation orVirtualBox.

Initially developed byVMware for itsproprietary[1]virtual appliance products, VMDK became anopen format[2] with revision 5.0 in 2011, and is one of the disk formats used inside theOpen Virtualization Format for virtual appliances.

The maximum VMDK size is generally 2TB for most applications, but in September 2013,VMware vSphere 5.5 introduced 62TB VMDK capacity.[3]

Support

[edit]

AllVMware virtualization products support VMDK; this includesVMware Workstation,VMware Workstation Player,VMware Server,VMware Fusion, VMware ESX,VMware ESXi, and all software-plus-service offerings that incorporate them.

Third-party software that support VMDK include:

Format

[edit]

The VMDK format includes multiple differing subformats, some of which store metadata in an external descriptor file, while others embed it with the main data in a single file.[7] A flat image allocates space ahead of time while a sparse image grows as the virtual machine writes to it. Flat images can use the underlying file system'ssparse file capability, as is done with thevmfs format on ESXi. An image can also refer to a parent image and only store changes made in acopy-on-write fashion. This enables creating a snapshot of a virtual machine's state.

Extents

[edit]

The descriptor specifies a series of one or moreextents that typically refer to a file or device that holds the actual data, unless for example they are of typeZERO, which emulates a zero-filled extent.[8] Each extent can be marked eitherRW,RDONLY, orNOACCESS to signify that the virtual machine should have respectively read/write, read-only, or no access to that part of the disk. The number and types of extents in an image depend on itscreateType. An image withcreateType="custom" can contain an arbitrary combination of extents.

Virtual disk provisioning options

[edit]

Flat disk images can be provisioned in one of three ways:

  • thin: Blocks are not allocated or zeroed during initial provisioning. Instead, the image is created as a sparse file. Block allocation and zeroing is performed at first access.
  • zeroedthick: Blocks are allocated during initial provisioning but are not zeroed until first access.
  • eagerzeroedthick: Blocks are allocated and zeroed during initial provisioning.

See also

[edit]

References

[edit]
  1. ^Dhamdhere, Sangeeta (2013-10-31).Cloud Computing and Virtualization Technologies in Libraries. Information Science Reference. p. 130.ISBN 9781466646322.
  2. ^"Virtual Disk Format 5.0"(PDF). VMware. December 20, 2011. Archived fromthe original(PDF) on March 2, 2012.
  3. ^"vSphere 5.5 Storage Enhancements Part 1: 62TB VMDK".CormacHogan.com. 24 September 2013. Retrieved11 September 2017.
  4. ^"Parallels Announces Parallels Desktop 10 for Mac".www.parallels.com. Archived fromthe original on 2019-04-30.
  5. ^"Chapter 5. Virtual storage".www.virtualbox.org.
  6. ^"Oracle and Sun Microsystems - Strategic Acquisitions - Oracle"(PDF).www.sun.com.
  7. ^"VMDK-Handbook-Basics".sanbarrow.com.
  8. ^"libvmdk/VMware Virtual Disk (VMDK) format specification".github.com.

External links

[edit]
Optical discs
Hard disks
Floppy disks
CDDA
Convention: Any item in this table that has the form of "A+B" or "A+B+C" indicates a disk format that spans multiple files, where A contains the bulk of the data, and B and C aresidecar files.
Retrieved from "https://en.wikipedia.org/w/index.php?title=VMDK&oldid=1271927204"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp