VirtualBox Essentials
Set up USB for VirtualBox
sudo adduser $USERNAME vboxusers
Logout and login for this to take effect
Errors
WARNING: The character device /dev/vboxdrv does not exist. Please install the virtualbox-dkms package and the appropriate headers, most likely linux-headers-generic.
Fix
sudo apt-get purge virtualbox
sudo apt-get install virtualbox
virtualbox
Related
- Manage VirtualBox Virtual Machines from command line
- Create VirtualBox SnapShots from command line
- Make Virtual Box VM Autostart
- Create VirtualBox VM from command line
- How to make a Virtual Box Virtual Disk Read Only
- How to Convert a VHDX to VDI using VBoxManage.exe
Links
- https://help.ubuntu.com/community/VirtualBox/USB