- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on 06-16-2016 11:41 PM - edited 09-16-2022 01:34 AM
Sometimes it's easy to share files:
https://forums.virtualbox.org/viewtopic.php?t=15679
You just pick a directory, set Auto-mount "Yes" and Access to "Full" and hit OK.
For some of us, depending on versions of VirtualBox, the VM and host operating system; things might not work. It also can get broken when host operating system or VM updates.
Log into the VM as root and try this (if it's HDP sandbox or another running Centos).
cd /opt/VBoxGuestAdditions-*/init sudo ./vboxadd setup modprobe -a vboxguest vboxsf vboxvideo rm -rf /media/sf_Downloads mkdir /media/sf_Downloads mount -t vboxsf Downloads /media/sf_Downloads
For me that worked and my Downloads directory was shared so I could move files to my Sandbox and off for development.
There are some other things you can try and certainly rebooting everyone helps. For me, this worked fine.