Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Created October 28, 2014 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugovaretto/effeb22a4a77ecb72e80 to your computer and use it in GitHub Desktop.
Save ugovaretto/effeb22a4a77ecb72e80 to your computer and use it in GitHub Desktop.
mount virtual box xhared folder from linux
#to extract user id and group id
sudo id <user>
sudo mount -t vboxsf -o rw,uid=1000,gid=100 <host share name> <local (guest) dir name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment