hello i have problem in vmbox in ubuntu,i have windows xp in the vmbox work great but the problem i can't access to the USB drive,when i try to mount it from vmbox,show me this: "Not permitted to open the USB device, check usbfs options" any ideas??
VMBOX USB problem
Archived thread 1011212 from System76 Support. Markdown source: System76_Support/thread_1011212_VMBOX_USB_problem.md
Are you talking about Virtualbox and are you using Intrepid.?
You might need to add the following to your fstab
none /proc/bus/usb usbfs devgid=XXX,devmode=664 0 0
where XXX is the group id of your vboxusers group.
Here's what worked for me under Hardy. I've not tested it with Intrepid yet. You'll need to scroll down to the part dealing with USB support.
http://www.ubuntu-unleashed.com/2008/04/howto-install-virtualbox-in-hardy-heron.html
Also, in Hardy, I had to install Sun's version for that tutorial to work. The version in the repositories would not support USB.
Is there meant to be a link in there ?
Yes, sorry. I added the link.