VirtualBox

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

Last change on this file since 105145 was 99797, checked in by vboxsync, 21 months ago

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

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

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