首页 > Windows开发 > 详细

Does anyone successfully use USB drive in Windows7 guest?

时间:2015-11-26 18:51:51      阅读:466      评论:0      收藏:0      [点我收藏+]
Hi,

Does anyone successfully use USB drive in Windows7 guest? If I pass a
USB drive to Windows7 guest, Device Manager may find this device but
the USB mass storage driver can‘t be installed successfully. I have
tried many times. Is the emulated USB controller is so old and
Windows7 doesn‘t support it? I can‘t use PCI passthrough feature to
pass the whole USB controller to VM, because the hypervisor also needs
to use some USB ports.

If I use Windows XP or Linux, the USB drive can work well.

Thanks,
flypen
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

 
André Weidemann | 25 Jun 14:24 2011

技术分享

Re: Does anyone successfully use USB drive in Windows7 guest?

Hi,

On 25.06.2011 03:32, Flypen CloudMe wrote:
> Hi,
>
> Does anyone successfully use USB drive in Windows7 guest? If I pass a
> USB drive to Windows7 guest, Device Manager may find this device but
> the USB mass storage driver can‘t be installed successfully. I have
> tried many times. Is the emulated USB controller is so old and
> Windows7 doesn‘t support it? I can‘t use PCI passthrough feature to
> pass the whole USB controller to VM, because the hypervisor also needs
> to use some USB ports.
>
> If I use Windows XP or Linux, the USB drive can work well.
>

Try the following when starting qemu-kvm. Replace sdX with your USB device.

...
-device usb-ehci,id=ehci -drive if=none,id=usbstick,file=/dev/sdX -device usb-storage,bus=ehci.0,drive=usbstick ...

If would like to add the device while your VM is running, you may omit 
the last two lines and add this one instead:
-monitor telnet:127.0.0.1:11111,server,nowait,nodelay

Add the device using the two commands below:
echo "drive_add 0 id=usbdrive,if=none,file=/dev/sdX"| /bin/nc -w1 

Does anyone successfully use USB drive in Windows7 guest?

原文:http://www.cnblogs.com/ruiy/p/4998321.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!