VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/settings-storage.dita@ 105618

最後變更 在這個檔案從105618是 105618,由 vboxsync 提交於 7 月 前

Docs: ​bugref:10705. Merging r6268 from docs team's repo.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 6.3 KB
 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="settings-storage">
4 <title>Storage Settings</title>
5
6 <body>
7 <p>The <b outputclass="bold">Storage</b> category in the VM settings enables you to connect virtual hard disk and
8 CD/DVD images and drives to your virtual machine. </p>
9 <p>In a real computer, so-called <i>storage controllers</i> connect physical disk drives to the rest of the
10 computer. Similarly, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> presents virtual storage controllers to
11 a virtual machine. Under each controller, the virtual devices, such as hard disks and CD/DVD drives, attached to
12 the controller are shown. </p>
13 <note>
14 <p>This section gives a quick introduction to the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> storage
15 settings. See <xref href="storage.dita#storage"/> for a full description of the available storage settings in
16 <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
17 </note>
18 <p>Depending on the guest OS type that you selected when you created the VM, a new VM includes the following storage
19 devices: </p>
20 <ul>
21 <li>
22 <p><b outputclass="bold">IDE controller.</b> A virtual
23 CD/DVD drive is attached to device 0 on the secondary channel
24 of the IDE controller.
25 </p>
26 </li>
27 <li>
28 <p><b outputclass="bold">SATA controller.</b> This is a
29 modern type of storage controller for higher hard disk data
30 throughput, to which the virtual hard disks are attached.
31 Initially you will normally have one such virtual disk, but as
32 shown in the previous screenshot, you can have more than one.
33 Each is represented by a disk image file, such as a VDI file
34 in this example.
35 </p>
36 </li>
37 </ul>
38 <p>If you created your VM with an older version of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, the
39 default storage layout may differ. You might then only have an IDE controller to which both the CD/DVD drive and
40 the hard disks have been attached. This might also apply if you selected an older OS type when you created the VM.
41 Since older OSes do not support SATA without additional drivers, <ph
42 conkeyref="vbox-conkeyref-phrases/product-name"/> will make sure that no such devices are present initially. See
43 <xref href="harddiskcontrollers.dita#harddiskcontrollers"/>. </p>
44 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> also provides a <i>floppy controller</i>. You cannot add
45 devices other than floppy drives to this controller. Virtual floppy drives, like virtual CD/DVD drives, can be
46 connected to either a host floppy drive, if you have one, or a disk image, which in this case must be in RAW
47 format. </p>
48 <p>You can modify these media attachments freely. For example, if you want to copy some files from another virtual
49 disk that you created, you can connect that disk as a second hard disk, as in the above screenshot. You could also
50 add a second virtual CD/DVD drive, or change where these items are attached. The following options are available: </p>
51 <ul>
52 <li>
53 <p>To <b outputclass="bold">add another virtual hard disk, or a CD/DVD or floppy drive</b>, select the storage
54 controller to which it should be added (such as IDE, SATA, SCSI, SAS, floppy controller) and then click the <b
55 outputclass="bold">Add Disk</b> button below the tree. You can then either select <b outputclass="bold"
56 >Optical Drive</b> or <b outputclass="bold">Hard Disk</b>. If you clicked on a floppy controller, you can
57 add a floppy drive instead. Alternatively, right-click the storage controller and select a menu item there. </p>
58 <p>A dialog is displayed, enabling you to select an existing disk image file or to create a new disk image file.
59 Depending on the type of disk image, the dialog is called <b outputclass="bold">Hard Disk Selector</b>, <b
60 outputclass="bold">Optical Disk Selector</b>, or <b outputclass="bold">Floppy Disk Selector</b>. </p>
61 <p>See <xref href="vdidetails.dita#vdidetails"/> for information on the image file types that are supported by
62 <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
63 <p>For virtual CD/DVD drives, the image files will typically be in the standard ISO format instead. Most
64 commonly, you will select this option when installing an OS from an ISO file that you have obtained from the
65 Internet. For example, most Linux distributions are available in this way. </p>
66 <p>Depending on the type of disk image, you can set the following <b outputclass="bold">Attributes</b> for the
67 disk image in the right part of the Storage settings page: </p>
68 <ul>
69 <li>
70 <p>The <b outputclass="bold">device slot</b> of the controller that the virtual disk is connected to. IDE
71 controllers have four slots: primary device 0, primary device 1, secondary device 0, and secondary device
72 1. By contrast, SATA and SCSI controllers offer you up to 30 slots for attaching virtual devices. </p>
73 </li>
74 <li><b outputclass="bold">Solid-state Drive</b> presents a virtual disk to the guest as a solid-state device. </li>
75 <li><b outputclass="bold">Hot-pluggable</b> presents a virtual disk to the guest as a hot-pluggable device. </li>
76 <li>
77 <p>For virtual CD/DVD drives, you can select <b outputclass="bold">Live CD/DVD</b>. This means that the
78 virtual optical disk is not removed from when the guest system ejects it. </p>
79 </li>
80 </ul>
81 </li>
82 <li>
83 <p>To <b outputclass="bold">remove an attachment</b>, either select it and click the <b outputclass="bold"
84 >Remove</b> icon at the bottom, or right-click the attachment and select the menu item. </p>
85 </li>
86 </ul>
87 <p>Removable media, such as CD/DVDs and floppies, can be changed while the guest is running. Since the <b
88 outputclass="bold">Settings</b> window is not available at that time, you can also access these settings from
89 the <b outputclass="bold">Devices</b> menu of your virtual machine window. </p>
90 </body>
91
92</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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