Answers for "where to access shared folder on virtualbox"

5

shared folder virtualbox ubuntu

#after creating the shared folder in Virtual Box -> Settings -> Shared Folder (and making it permanent)

sudo mount -t vboxsf <Name-of-the-shared-folder> <path-to-the-directory-to-mount-to>

#This command is needed on every system reboot
Posted by: Guest on June-03-2020
1

how to make shared folder on virtual box

1. In Virtual Box GUI, Go to "Settings>Shared Folders" of your vm.
2. Click "add" button.
3. In the folder path, select the folder you want to share with your "guest vm".
4. Tick "auto mount" and "Permanent" options if available.
5. Reboot vm.
Posted by: Guest on May-12-2021

Code answers related to "where to access shared folder on virtualbox"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language