zoukankan      html  css  js  c++  java
  • VirtualBOX 不能mount优盘,移动硬盘解决方案

    The Solution (basically nayasis' solution with the second driver installation added):

    1. Safely unplug your USB devices from the host if any are plugged in.
    2. Open VBox then close it again to release any USB devices that may still be captured in the VM.
    3. Delete the UpperFilters entry, if it exists, in the host registry -

      • Open the Windows registry: Start (right-click in Win 10) > Run and type regedit.
      • Navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetControlClass{36FC9E60-C465-11CF-8056-444553540000}.
      • Delete the UpperFilters entry if it exists.
      • Note: This entry did not exist on my system.
    4. Manually re-install VBox USB drivers on the Windows host -

      • Open folder C:Program FilesOracleVirtualBoxdriversUSB.
      • Open subfolder device, right-click driver file VBoxUSB.inf, and click Install.
      • Open subfolder filter, right-click driver file VBoxUSBMon.inf, and click Install.
      • Reboot the Windows host system just to make sure the drivers are loaded.
    5. Plug in your USB devices.
    6. Open VBox and run the VM.
    7. Click any devices in the VM's Devices > USB menu list, and they should mount OK. (Hovering the mouse over the USB icon on the VM's status bar in the lower right corner of the VM will show the USB devices attached.)


    The Probable Cause

    Win 10 had crashed and recovered itself during the original VBox install, and the installation was not completed. I had not disabled Norton Security and suspected the antivirus had caused the problem. After rebooting, I closed the wifi, temporarily disabled the antivirus component of NS, and successfully re-ran the installer to completion. VBox seemed to run OK so I didn't give this a second thought. But apparently the USB drivers had not installed properly.

    Hope this helps someone. And special thanks to nayasis for his post :)

  • 相关阅读:
    Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file'
    ptconfigdiff的使用
    freebsd上安装sudo
    vm9.02的序列号
    pttablechecksum
    "Makefile", line 3: Need an operator
    nc的使用
    vs2005自带的水晶报表破解方法
    [vs2008环境]绑定水晶报表的两种方式(Pull和Push)
    .NET环境下水晶报表使用总结
  • 原文地址:https://www.cnblogs.com/Devopser/p/9515965.html
Copyright © 2011-2022 走看看