VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vdidetails.dita@ 107390

Last change on this file since 107390 was 107390, checked in by vboxsync, 5 months ago

Docs: bugref:10705. bugref: 10829. The docs build has been modified to split generated refentry dita files and the user manual files and the following commits from doc's team git repo has been applied:

0946136c74dda0483704db891345cb39548b4e28 Started consolidating known issues and troubleshooting information
845b847e6a8e778b38a57867e25ee5e086a73800 Added individual topics for list of known issues, integrated into Troubleshooting section.
bb574836aac775889bd61e4a72f489617fcb7d18 Removed EFI firmware from experimental features for 7.2
6d2e68b244869991e713d170ecd239739d99ba56 Moved known issues into Known Issues section
e2630c896561587718b5c3197c384a38d07014d5 Merge branch 'VBP-1461_experimental-features' into 'main'
0512e2cce51f49ccdc56f3381a2a0c924f2bd278 Feedback on known issues
a77d6c980f6ff5cad9d32b2fb9290990093a03fa Restructured host and guest OS topics
988af5cc9628f5de0806531bc98686f691a911fd Updates with feedbback from Jacob
982a61c9f25b22b745ec483e763e3d88efe59c40 Included feedback from Jacob
93181c8c6cc2d9a26bcccb1145cb0423c0d9f4c9 Updated known issues with feedback from Klaus
8bc369561c383f09b409fe5e44f507440b3735fb Created Legacy Guest OS section
d7932f55accdab7a03666302d58b8c941cd48be2 Moved known issues to more appropriate places for the info
2a4aa094ba8a7ac6894d2a777316eabf41746580 Further moving of known issues
baeabd5308c5519a4dc26b4197be9b00e419a85a Updated links to cli_topics

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE topic
3 PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
4<topic xml:lang="en-us" id="vdidetails">
5 <title>Disk Image Files (VDI, VMDK, VHD, HDD)</title>
6
7 <body>
8 <p>Disk image files reside on the host system and are seen by the guest systems as hard disks of a
9 certain geometry. When a guest OS reads from or writes to a hard disk, <ph
10 conkeyref="vbox-conkeyref-phrases/product-name"/> redirects the request to the image file. </p>
11 <p>Like a physical disk, a virtual disk has a size, or capacity, which must be specified when the image file is created. As opposed to a physical disk however, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> enables you to expand an image file after creation, even if it has data already. See <xref href="../cli_topics/vboxmanage-modifymedium.dita"/>.</p>
12 <p>
13 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports the following types of disk image files:
14 </p>
15 <ul>
16 <li>
17 <p><b outputclass="bold">VDI.</b> Normally, <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
18 uses its own container format for guest hard disks. This is called a Virtual Disk Image (VDI) file. This
19 format is used when you create a new virtual machine with a new disk. </p>
20 </li>
21 <li>
22 <p><b outputclass="bold">VMDK.</b>
23 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> also fully supports the popular and open VMDK container
24 format that is used by many other virtualization products, such as VMware. </p>
25 </li>
26 <li>
27 <p><b outputclass="bold">VHD.</b>
28 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> also fully supports the VHD format used by Microsoft. </p>
29 </li>
30 <li>
31 <p><b outputclass="bold">HDD.</b> Image files of Parallels version 2 (HDD format) are also
32 supported. </p>
33 <p>Due to lack of documentation of the format, newer versions such as 3 and 4 are not supported.
34 You can however convert such image files to version 2 format using tools provided by Parallels. </p>
35 </li>
36 </ul>
37 <p>Irrespective of the disk capacity and format, as mentioned in <xref
38 href="create-vm-wizard.dita#create-vm-wizard"/>, there are two options for creating a disk image: fixed-size or
39 dynamically allocated. </p>
40 <ul>
41 <li>
42 <p><b outputclass="bold">Fixed-size.</b> If you create a fixed-size image, an image file will be
43 created on your host system which has roughly the same size as the virtual disk's capacity. So, for a 10 GB
44 disk, you will have a 10 GB file. Note that the creation of a fixed-size image can take a long time depending
45 on the size of the image and the write performance of your hard disk. </p>
46 </li>
47 <li>
48 <p><b outputclass="bold">Dynamically allocated.</b> For more flexible storage management, use a
49 dynamically allocated image. This will initially be very small and not occupy any space for unused virtual
50 disk sectors, but will grow every time a disk sector is written to for the first time, until the drive reaches
51 the maximum capacity chosen when the drive was created. While this format takes less space initially, the fact
52 that <ph conkeyref="vbox-conkeyref-phrases/product-name"/> needs to expand the image file consumes additional
53 computing resources, so until the disk file size has stabilized, write operations may be slower than with
54 fixed size disks. However, after a time the rate of growth will slow and the average penalty for write
55 operations will be negligible. </p>
56 </li>
57 </ul>
58 </body>
59
60 </topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette