VirtualBox

Changeset 55153 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Apr 9, 2015 11:11:46 AM (10 years ago)
Author:
vboxsync
Message:

Manual: Document USB mass storage device support

Location:
trunk/doc/manual/en_US
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Storage.xml

    r54630 r55153  
    3636
    3737  <sect1 id="harddiskcontrollers">
    38     <title>Hard disk controllers: IDE, SATA (AHCI), SCSI, SAS</title>
     38    <title>Hard disk controllers: IDE, SATA (AHCI), SCSI, SAS, USB MSC</title>
    3939
    4040    <para>In a real PC, hard disks and CD/DVD drives are connected to a device
    4141    called hard disk controller which drives hard disk operation and data
    42     transfers. VirtualBox can emulate the four most common types of hard disk
    43     controllers typically found in today's PCs: IDE, SATA (AHCI), SCSI and
    44     SAS.<footnote>
     42    transfers. VirtualBox can emulate the five most common types of hard disk
     43    controllers typically found in today's PCs: IDE, SATA (AHCI), SCSI,
     44    SAS and USB based mass storage devices.<footnote>
    4545        <para>SATA support was added with VirtualBox 1.6; experimental SCSI
    4646        support was added with 2.1 and fully implemented with 2.2. Generally,
    4747        storage attachments were made much more flexible with VirtualBox 3.1;
    4848        see below. Support for the LSI Logic SAS controller was added with
    49         VirtualBox 3.2.</para>
     49        VirtualBox 3.2; USB mass storage devices are supported since
     50        VirtualBox 5.0.</para>
    5051      </footnote><itemizedlist>
    5152        <listitem>
    5253          <para><emphasis role="bold">IDE (ATA)</emphasis> controllers are a
    5354          backwards compatible yet very advanced extension of the disk
    54           controller in the IBM PC/AT (1984). Initially, this interface
     55          controller in the IBM PC/AT (1984). Initially, this interface
    5556          worked only with hard disks, but was later extended to also support
    5657          CD-ROM drives and other types of removable media. In physical PCs,
     
    5960          traditionally been called "master" and "slave". Typical PCs had
    6061          two connectors for such cables; as a result, support for up to four
    61           IDE devices was most common.</para>
     62          IDE devices was most common.</para>
    6263
    6364          <para>In VirtualBox, each virtual machine may have one IDE
     
    190191          </warning>
    191192        </listitem>
     193
     194        <listitem>
     195          <para>The <emphasis role="bold">USB mass storage device class</emphasis>
     196          is a standard to connect external storage devices like hard or flash
     197          drives to a host through USB. All major operating systems support
     198          these devices for a long time and ship with a generic driver which
     199          makes third party drivers unnecessary.
     200          The virtual USB storage controller offered by VirtualBox works
     201          different than the other storage controller types. Unlike the
     202          controllers which appear as a single PCI device to the guest with
     203          multiple disks attached to it, the USB based storage controller does
     204          not appear directly in the guest. Each disk attached to the controller
     205          appears as a different USB device to the guest.</para>
     206
     207          <warning>
     208            <para>As of version 5.0 VirtualBox does not support booting from
     209            drives attached via USB.</para>
     210          </warning>
     211        </listitem>
    192212      </itemizedlist></para>
    193213
     
    212232        <listitem>
    213233          <para>eight slots attached to the SAS controller, if enabled and
     234          supported by the guest operating system.</para>
     235        </listitem>
     236
     237        <listitem>
     238          <para>eight slots attached to the virtual USB controller, if enabled and
    214239          supported by the guest operating system.</para>
    215240        </listitem>
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r55149 r55153  
    21732173                            [--add &lt;ide/sata/scsi/floppy&gt;]
    21742174                            [--controller &lt;LsiLogic|LSILogicSAS|BusLogic|
    2175                                           IntelAhci|PIIX3|PIIX4|ICH6|I82078&gt;]
     2175                                          IntelAhci|PIIX3|PIIX4|ICH6|I82078|usb&gt;]
    21762176                            [--sataportcount &lt;1-30&gt;]
    21772177                            [--hostiocache on|off]
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