VMware Server: grayed USB devices under VM...
Monday, June 16, 2008, 01:52 PM -
VMware
...when you want to mount a USB device (e.g. USB HDD) over the VMware server console installed on a Linux machine and the menu is empty, that should be the same problem as mine.
The solution is to open the following file...
vi /etc/init.d/mountdevsubfs.sh
...and comment out the 4 lines...
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount --rbind /dev/bus/usb /proc/bus/usb
Now you have to restart the
mountdevusbds.sh and that's it!
EDIT:
If the problem exists again after a reboot, then add the following line in your
/etc/fstabusbfs /proc/bus/usb usbfs auto 0 0