Monday, August 21, 2017

Virtualbox linux guest shared folder access permission error

VirtualBox Virtual Box

Add user to the vboxsf group within the guest VM.

sudo adduser yourusername vboxsf

sudo adduser $USER vboxsf

reboot guest os (linux)

No comments:

Post a Comment