Page 1 of 1

USB OK, but "/proc/bus/usb/.usbfs is not responding&quo

Posted: 13. Jun 2008, 18:55
by Greasyfingers
I use VBox 1.6.2 on host Ubuntu 8.04, running guest Win2k.

To make USB devices work properly I have to add the line

Code: Select all

none     /proc/bus/usb   usbfs      devgid=1003,devmode=664     0       0
to my /etc/fstab file, as detailed in the manual, section 11.5.7 and elsewhere on this forum.

However, this throws an error in the host's file manager (I use Xfe):

Mount point /proc/bus/usb/.usbfs is not responding

What does this mean in simple terms, and what can I do about it?

Posted: 14. Jun 2008, 06:58
by stefan.becker
Look in the FAQ, there are special solutions for Ubuntu (afaik changes in udev rules).

Posted: 14. Jun 2008, 23:49
by Greasyfingers
I think I've managed to resolve this.

Experimenting with the different steps I took to enable USB in the first place, I find that undoing one of the steps mentioned in the FAQ seems to have sorted things out - specifically, I re-commented-out the 'Magic to make /proc/bus/usb work' in /etc/init.d/mountdevsubfs.sh.

USB still works OK in the VM, and I don't get any errors when opening Xfe. Not sure if this is due to upgrades in Ubuntu, in VBox, or in my own stupidity.