我在 Windows 10 主机上运行 Ubuntu 16.04 客户端,并希望通过 SD 读卡器 (USB 3.0) 在客户端计算机上安装 SD 卡。系统将读卡器检测为“通用存储 USB”,并且我在 VBox 中启用了 USB 3.0 控制器。我已将我的用户添加到 vboxuser 组,当我在 VBox 中选择读卡器时,没有出现任何错误。
但我的问题是,我在 Ubuntu 中看不到我的 SD 卡,经过几个小时的研究后我也不知道该如何处理它。
此外,我还可以向您提供有关一些命令的信息:
## lsusb ##
-no output-
##lsblk##
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sr0 11:0 1 55,3M 0 rom /media/dominikr/VBox_GAs_5.2.8
sda 8:0 0 87,9G 0 disk
├─sda2 8:2 0 1K 0 part
├─sda5 8:5 0 4G 0 part
└─sda1 8:1 0 83,9G 0 part /
##lspci##
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service
00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01)
00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:0a.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
00:0b.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller
00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02)
当我输入时,会出现一个条目"dmesg"
,即ehci_hcd/xhci_hcd init failed
。也许这些信息会有帮助?无论如何,在 VBox 中还有其他方法可以在 Ubuntu 中使用 SD 卡(作为客户机)吗?