Skip to content

Instantly share code, notes, and snippets.

@kbond
Created June 8, 2011 19:59
Show Gist options
  • Save kbond/1015243 to your computer and use it in GitHub Desktop.
Save kbond/1015243 to your computer and use it in GitHub Desktop.
Mount a shared folder automatically in Ubuntu with VirtualBox

Edit your /etc/fstab:

sudo nano /etc/fstab

Add the following:

[NAME]             [MOUNT_POINT]        vboxsf  rw              0       0

Where [NAME] is the name setup in the virtual machine settings and [MOUNT_POINT] is the path in the guest OS (Ubuntu) you want the shared folder located.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment