VirtualBox

Ignore:
Timestamp:
Dec 19, 2024 6:29:28 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166433
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/dita/topics/create-vm-wizard-virtual-hard-disk.dita

    r105814 r107390  
    55 
    66  <body>
    7     <p>There are many ways in which <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can
    8       provide hard disk space to a VM, see <xref href="storage.dita#storage"/>. </p>
    9     <p>The most common way is to use a virtual hard disk. This is a large image file on your
    10       physical hard disk, whose contents <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
    11       presents to your VM as if it were a complete hard disk. You can copy this file to another
    12       host, and use it with another <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VM. </p>
    13     <p>To prevent your physical hard disk on the host OS from filling up, <ph
    14         conkeyref="vbox-conkeyref-phrases/product-name"/> limits the size of the image file. But the
    15       image file must be large enough to hold the contents of the guest OS and the applications you
    16       want to install. For a Windows or Linux guest, you will probably need several gigabytes for
    17       any serious use. The size limit of the image file can be changed later, see <xref
    18         href="vboxmanage-modifymedium.dita"/>. </p>
     7    <p>There are many ways in which <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can provide hard disk space to a VM, see <xref href="storage.dita#storage"/>. </p>
     8    <p>The most common way is to use a virtual hard disk. This is a large image file on your physical hard disk, whose contents <ph conkeyref="vbox-conkeyref-phrases/product-name"/> presents to your VM as if it were a complete hard disk. You can copy this file to another host, and use it with another <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VM. </p>
     9    <p>To prevent your physical hard disk on the host OS from filling up, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> limits the size of the image file. But the image file must be large enough to hold the contents of the guest OS and the applications you want to install. For a Windows or Linux guest, you will probably need several gigabytes for any serious use. The size limit of the image file can be changed later, see <xref href="../cli_topics/vboxmanage-modifymedium.dita"/>.</p>
    1910    <p>
    2011      <note id="note_vc4_gjs_pbc">
     
    2718      <title>Create a Virtual Hard Disk</title>
    2819    </section>
    29     <p>Follow these steps to create a virtual hard disk to use with this VM. To prevent your
    30       physical hard disk on the host OS from filling up, <ph
    31         conkeyref="vbox-conkeyref-phrases/product-name"/> limits the size of the image file. But the
    32       image file must be large enough to hold the contents of the guest OS and the applications you
    33       want to install. For a Windows or Linux guest, you will probably need several gigabytes for
    34       any serious use. The limit of the image file size can be changed later, see <xref
    35         href="vboxmanage-modifymedium.dita"/>. <ol id="ol_z2h_q5q_pbc">
     20    <p>Follow these steps to create a virtual hard disk to use with this VM. To prevent your physical hard disk on the host OS from filling up, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> limits the size of the image file. But the image file must be large enough to hold the contents of the guest OS and the applications you want to install. For a Windows or Linux guest, you will probably need several gigabytes for any serious use. The limit of the image file size can be changed later, see <xref href="../cli_topics/vboxmanage-modifymedium.dita"/>. <ol id="ol_z2h_q5q_pbc">
    3621        <li>
    37           <p>Select <b outputclass="bold">Create a Virtual Hard Disk Now</b>. This creates a new
    38             empty virtual hard disk image, located in the VM's machine folder. </p>
     22          <p>Select <b outputclass="bold">Create a Virtual Hard Disk Now</b>. This creates a new empty virtual hard disk image, located in the VM's machine folder. </p>
    3923        </li>
    4024        <li>
     
    4226          <ul id="ul_i3n_y1r_pbc">
    4327            <li>
    44               <p><b outputclass="bold">Disk Size</b>. Use the slider to select a maximum size for
    45                 the hard disk in the new VM. </p>
     28              <p><b outputclass="bold">Disk Size</b>. Use the slider to select a maximum size for the hard disk in the new VM. </p>
    4629            </li>
    47             <li><p><b outputclass="bold">Pre-Allocate Full Size.</b> This setting determines the type of image file used
    48                 for the disk image. Select this setting to use a <i>fixed-size file</i> for the disk image. Otherwise,
    49                   <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will use a <i>dynamically allocated file</i> for
    50                 the disk image. </p><p>The different types of image file behave as follows: </p><ul id="ul_j3n_y1r_pbc">
     30            <li><p><b outputclass="bold">Pre-Allocate Full Size.</b> This setting determines the type of image file used for the disk image. Select this setting to use a <i>fixed-size file</i> for the disk image. Otherwise, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will use a <i>dynamically allocated file</i> for the disk image. </p><p>The different types of image file behave as follows: </p><ul id="ul_j3n_y1r_pbc">
    5131                <li>
    52                   <p><b outputclass="bold">Dynamically allocated file.</b> This type of image file only grows in size
    53                     when the guest actually stores data on its virtual hard disk. Therefore, this file is small
    54                     initially. As the drive is filled with data, the file grows to the specified size. </p>
     32                  <p><b outputclass="bold">Dynamically allocated file.</b> This type of image file only grows in size when the guest actually stores data on its virtual hard disk. Therefore, this file is small initially. As the drive is filled with data, the file grows to the specified size. </p>
    5533                </li>
    5634                <li>
    57                   <p><b outputclass="bold">Fixed-size file.</b> This type of image file immediately occupies the file
    58                     specified, even if only a fraction of that virtual hard disk space is actually in use. While
    59                     occupying much more space, a fixed-size file incurs less overhead and is therefore slightly faster
    60                     than a dynamically allocated file. </p>
     35                  <p><b outputclass="bold">Fixed-size file.</b> This type of image file immediately occupies the file specified, even if only a fraction of that virtual hard disk space is actually in use. While occupying much more space, a fixed-size file incurs less overhead and is therefore slightly faster than a dynamically allocated file. </p>
    6136                </li>
    6237              </ul>For more details about the differences, see <xref href="vdidetails.dita#vdidetails"/>. </li>
Note: See TracChangeset for help on using the changeset viewer.

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