Wednesday, June 4, 2008

VMware did not recognize usb device

Some of the Linux distributions that are known not to mount USBFS by default including mine ubuntu.
thanks to 1 of my teamates,Ali, bukan nama sebenar, he found a website that resolve the problem.

To configure the host to mount USBFS automatically on bootup, all u need to do is add the following line in the /etc/fstab file:

usbfs /proc/bus/usb usbfs auto 0 0


ref :http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=3862823

1 comment: