Answers for "shared folder virtualbox ubuntu"

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

Code answers related to "shared folder virtualbox ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language