Virtualbox shared folder permissions

Add yourself to the vboxsf group within the guest VM. Solution 1 Run sudo adduser $USER vboxsf from terminal.(On Suse it’s sudo usermod –append –groups vboxsf $USER) To take effect you should log out and then log in, or you may need to reboot. Solution 2 Edit the file /etc/group (you will need root privileges). … Read more