Skip to content

Instantly share code, notes, and snippets.

@lorinma
Last active May 28, 2016 18:18
Show Gist options
  • Save lorinma/faacfbc1788806af91ab679454690da9 to your computer and use it in GitHub Desktop.
Save lorinma/faacfbc1788806af91ab679454690da9 to your computer and use it in GitHub Desktop.
ubuntu shared folder setting
With a shared folder named share, as above, the folder can be mounted as the directory ~/host with the command
sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) share ~/host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment