VirtualBox. Shared folder
Posted: Tue Nov 29, 2022 9:22 pm
How to make shared folder in VirtualBox guest - Ubuntu
There is no need to mount the guest additions ISO and install from it if your guest OS is Ubuntu.
Instead, open a terminal and enter the following
See here: https://askubuntu.com/questions/573596/ ... irtual-box
Now when you have the guest additions installed, use the VirtualBox menu:
Devices > Shared Folders...
Add the path, name and enable "Auto-mount" and "Make permanent" options.
Finally add your user to the group with:
Logout and back again or reboot the machine to complete the process
See here: https://askubuntu.com/questions/481559/ ... virtualbox
There is no need to mount the guest additions ISO and install from it if your guest OS is Ubuntu.
Instead, open a terminal and enter the following
Code: Select all
sudo apt-get install virtualbox-guest-utilsNow when you have the guest additions installed, use the VirtualBox menu:
Devices > Shared Folders...
Add the path, name and enable "Auto-mount" and "Make permanent" options.
Finally add your user to the group with:
Code: Select all
sudo usermod -G vboxsf -a myusernameSee here: https://askubuntu.com/questions/481559/ ... virtualbox