[Learning] Linux VirtualBox issue summary

Disclaimer: This article is a blogger study notes, without allowing the blogger can easily learn, does not guarantee the correct and up to date. https://blog.csdn.net/ylonge37/article/details/90404811

[Learning] Linux VirtualBox issue summary

Shared Folders Configuration

Increase users access to shared folders

Problem :
in virtualbox in ubuntu virtual machine is set up to share the folder contents using a personal account can not access the folder, but is prompted for the root password to unauthorized access.
The reason :
VirtualBox shared folder set up access groups, group called vboxsf, not in the group of users can not access the shared folder.
Solve :
the account you want to access the shared folder (ie userNameToBeAdded) vboxsf added to the group, enter the command in the terminal in ubuntu:

sudo adduser userNameToBeAdded vboxsf

Guess you like

Origin blog.csdn.net/ylonge37/article/details/90404811