Virtualbox mounted folder: cd permission denied on Ubuntu
Hello,
Every time I share a folder to a VirtualBox machine I forgot to add the virtual machine ubuntu user to the VirtualBox group.
From the terminal run:
sudo adduser yourusername vboxsf
where yourusername
is the Ubuntu user name you are logged in with.
Then reboot the machine.
Have a good emulation!