Skip to content

Instantly share code, notes, and snippets.

@shrayasr
Last active August 29, 2015 14:23
Show Gist options
  • Save shrayasr/d61f01dd2a807eb1b1ed to your computer and use it in GitHub Desktop.
Save shrayasr/d61f01dd2a807eb1b1ed to your computer and use it in GitHub Desktop.
Mounting a shared folder on ubuntu using Virtual Box
  • Create a transient shared folder via virtualbox shared folder settings. Note down the name of the created folder

  • Create a folder in your home directory where you want to mount this share

      $ mkdir ~/share
    
  • Issue the command to mount the Vbox share in the directory just created

      $ sudo mount -t vboxsf <name of share> ~/share/
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment