Created
October 20, 2021 06:11
-
-
Save kaatinga/2549927978f7b1d7876906cc10dd80ec to your computer and use it in GitHub Desktop.
How to get access to virtual box shared folders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In case we enabled auto-mounting on creating a shared folder from the Virtual Box Manager those shared folders will automatically be mounted in the guest with mount point /media/sf_<name_of_folder>. To have access to these folders users in the guest need to be a member of the group vboxsf. | |
sudo usermod -aG vboxsf <userName> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment