Virtualbox

From Halfface
Revision as of 14:19, 1 April 2008 by 10.111.222.9 (talk) (New page: ==fix mount usb== On Fedora 7 usbfs is mounted in /etc/rc.d/rc.sysinit as mount -n -t usbfs /proc/bus/usb /proc/bus/usb vboxusers can thus not use usb; all usb devices will be shown greye...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

fix mount usb

On Fedora 7 usbfs is mounted in /etc/rc.d/rc.sysinit as

mount -n -t usbfs /proc/bus/usb /proc/bus/usb

vboxusers can thus not use usb; all usb devices will be shown greyed out. The following command gives vboxusers access access to use usb in clients.

mount -t usbfs -o remount,devgid=$(awk -F: '/^vboxusers:/{print $3}' /etc/group),devmode=664  /proc/bus/usb /proc/bus/usb