<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    This is just an information to the world, because I did not found
    this in any forum yet.<br>
    <br>
    I tried to mount an usb stick into a VM this way:<br>
    <br>
    root@promo:~# qm list<br>
    <i><small>      VMID     NAME           STATUS     MEM(MB)   
        BOOTDISK(GB) PID<br>
               200     win7-01          running    4096             
        32.00 2123<br>
      </small></i><br>
    root@promo:~# lsusb<br>
    <i><small>Bus 002 Device 004: ID 058f:6387 Alcor Micro Corp.
        Transcend JetFlash Flash Drive<br>
        <br>
      </small></i>root@promo:~# qm set 200 -hostusb 058f:6387<br>
    <small><i>Unknown option: hostusb<br>
        400 unable to parse option<br>
        qm set <vmid> [OPTIONS]</i></small><br>
    <br>
    <br>
    After some searching in the documentation I found out that the
    command in Proxmox 2.x has changed a bit:<br>
    <br>
    qm set 200 -usb0 host=058f:6387<br>
    <br>
    will now work as expected.<br>
    <br>
    Detailed informations:<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://pve.proxmox.com/wiki/Manual:_qm">http://pve.proxmox.com/wiki/Manual:_qm</a><br>
    <br>
    <br>
    Regards, <br>
    <br>
    Martin.<br>
    <br>
  </body>
</html>