Add the following line to fstab (/etc/fstab):
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
Save it and mount the fstab devices:
sudo mount -a
To install quest add-ins a linux system:
1) create a temporary directory to mount the iso in it
mkdir /mnt/cdrom
2) mount the add-ins
mount /dev/hdc /mnt/cdrom
3) go to the directory and run the linux installer
/VBoxLinuxAdditions-x86.run
4) restart the guest system
shutdown –P –q now
Be proud of yourself! :)
No comments:
Post a Comment