2017年1月9日 星期一

VirualBox shared folder permission

Need to add your user into group "vboxsf"
# sudo usermod -aG vboxsf yourusername
and then restart the virtual machine

2017年1月5日 星期四

Resolve the problem of install VirtualBox addon on Fedora

Error message:
Failed to set up service vboxadd, please check the log file
unable to find the sources of your current linux kernel

# sudo dnf update

#sudo dnf install gcc kernel-devel kernel-headers

Restart the Fedora virtual machine and install VirtualBox Addon