You are here

Accessing Windows Host Directory from Linux Guest in Virtualbox

Make certain that the Virtualbox Additions have been installed.

  • sudo gedit /etc/init.d/rc.local
  • add the following to rc.local:
  • sudo mkdir /media/GUEST_SHARE_NAME
  • sudo mount -t vboxsf HOST_SHARE_NAME /media/GUEST_SHARE_NAME
  • reboot

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer