分类: LINUX
2010-12-23 17:21:09
Create a directory to mount usbfs in:
# mkdir /vbusbfAdd mount to /etc/fstab and change “devgid” value to the GID you obtained from the command above:
# echo none /vbusbf usbfs rw.devgid=501,devmode=664 0 0 >> /etc/fstabRe-mount /etc/fstab mounts:
# mount -aAdd your user to the vboxusers group (change “username” to your username):
# usermod -a -G vboxusers username